itamarst / eliot

Eliot: the logging system that tells you *why* it happened
https://eliot.readthedocs.io
Apache License 2.0
1.11k stars 66 forks source link

Add example of using Trio (and maybe asyncio while I'm at it?) #396

Closed itamarst closed 5 years ago

itamarst commented 5 years ago

Perhaps with https://medium.com/@pgjones/quart-trio-9415d7c1928a

itamarst commented 5 years ago

@jtrakk suggested https://trio.readthedocs.io/en/latest/tutorial.html#task-switching-illustrated, which looks like a cool use case.