I see docket is based on asyncio, but it could benefit from using structured concurrency. Any plan to switch to AnyIO?
I know that some dependencies don't support AnyIO, like Redis, but that could happen in the future (see here). Coredis might also do it (see here).
In any case, that could benefit the core logic of docket.
I see
docketis based onasyncio, but it could benefit from using structured concurrency. Any plan to switch to AnyIO?I know that some dependencies don't support AnyIO, like Redis, but that could happen in the future (see here). Coredis might also do it (see here).
In any case, that could benefit the core logic of
docket.