napari icon indicating copy to clipboard operation
napari copied to clipboard

Missing Documentation on "classic" asyncio

Open jhnnsrs opened this issue 3 years ago • 8 comments

📚 Documentation

It might just be me but I have a hard time finding some documentation on how to use napari with vanilla asyncio/await syntax. I am currently programming a distributed workflow platform which heavily relies on asyncio to facilitate bidirectional communication between the participating apps. I was able to interface with the QTEventloop through the "qasync" library and the napari gui_qt() context manager, but with the release of the napari.run() pattern I am now wondering what the suggested pattern is for hooking into the event loop. Is there any documentation / examples / general direction for asyncio support?

Thank you for this amazing piece of software. It really makes my python heart beat faster!

jhnnsrs avatar Jun 07 '21 11:06 jhnnsrs