Downstream we would like to use an alternative async framework, namely trio .
It appears that capnp.AsyncIoStream 's create_connection and create_unix_connection are proxies to the asyncio methods by the same names.
it would be awesome if this library supported other async frameworks.
Downstream we would like to use an alternative async framework, namely
trio.It appears that
capnp.AsyncIoStream'screate_connectionandcreate_unix_connectionare proxies to the asyncio methods by the same names.it would be awesome if this library supported other async frameworks.