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
I think my original thinking was to pass alternate _open implementations to cryptio.open.
If the open implementation provides a coroutine wrapper, however, cryptio will not await these methods properly. I should figure out how to provide a hybrid interface.
It would be nice if python defined AsyncIOBase, but this will probably depend on coroutine function detection or similar.
The text was updated successfully, but these errors were encountered:
I think my original thinking was to pass alternate _open implementations to
cryptio.open
.If the open implementation provides a coroutine wrapper, however, cryptio will not await these methods properly. I should figure out how to provide a hybrid interface.
It would be nice if python defined AsyncIOBase, but this will probably depend on coroutine function detection or similar.
The text was updated successfully, but these errors were encountered: