Module async_as_sync

Source
Expand description

Utility used in different implementations of TLS API.

Not to be used by regular users of the library.

Structs§

AsyncIoAsSyncIo
Async IO object as sync IO.
TlsStreamOverSyncIo
Implementation of TlsStreamImpl for APIs using synchronous I/O.

Traits§

AsyncWrapperOps
Used by API implementors.
WriteShutdown
Notify the writer that there will be no more data written. In context of TLS providers, this is great time to send notify_close message.