Skip to main content

Module async_interface

Module async_interface 

Source

Structs§

AsyncBlockService
A generic adapter that presents any [async_interface::Interface] backend as a BlockService, using BufferAllocator for concurrent read buffer management and fasync::ScopeHandle for thread-safe task spawning.
PassthroughSession
A helper object to run a passthrough (proxy) session.
Session
SessionManager

Traits§

Interface