Re: TKinter and Python asyncio

<[email protected]> Mon, 18 Dec 2017 21:21:37 +0100
Newsgroups gmane.comp.python.tkinter
Message-ID <[email protected]>
Dear Bhaskar,

thank you for your answer.

On 2017-12-18 20:37 Bhaskar Chaudhary <[email protected]> wrote:
> No its not at all a bad idea to combine tkinter with asyncio. Asyncio
> is a good thing to use whenever you have an  I/O bound task which is
> likely to take too much time and interfere with the main loop.

I think here is my point. Tkinter has a loop and asyncio has a loop.
How can I combine this?
I couldn't finde a Tkinter-asyncio-example on the internet.