Open
Description
I'd love a version of call_on_each_event
that would not block, and instead register a callable with a reactor.
This could probably be combined with fairly general / framework agnostic async support by having the existing implementation be converted into a coroutine which await
s different kinds of things (treq
requests in the Twisted case, synchronously-returning coroutines that just call requests in the default / existing case, aiohttp
Futures for asyncio).
Metadata
Metadata
Assignees
Labels
No labels