You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I'm rather busy right now, so I don't have much planned for development.
But, as long as it mains compatible with existing usages and supported python versions, I would be open to patches for this.
Downstream we would like to use an alternative async framework, namely
trio
.It appears that
capnp.AsyncIoStream
'screate_connection
andcreate_unix_connection
are proxies to the asyncio methods by the same names.it would be awesome if this library supported other async frameworks.
The text was updated successfully, but these errors were encountered: