Connecting Asyncio and Tkinter event loops?

Hi folks,

I do a complete prototype of guest mode, which should work for all UI framework

Hope some guys can do a review, can you give some help @guido
this 120 line of code will make asyncio easy to integrate to any GUI framework:)

asyncio guest mode:

patch for base_events.py

baseline: asyncio_guest_run/v2/patches/base_events_original_notes.md at main · congzhangzh/asyncio_guest_run · GitHub

sample

Tks,
Cong