python-trio / trio-asyncio

a re-implementation of the asyncio mainloop on top of Trio
Other
189 stars 38 forks source link

Add instrumentation #37

Closed smurfix closed 4 years ago

smurfix commented 6 years ago

Use trio's instrumentation to add some callbacks related to trio_asyncio. Specifically, queuing and executing asyncio handles should be more tractable.

oremanj commented 4 years ago

Merged into #20.