Skip to main content

Crate async_acceptor

Crate async_acceptor 

Source
Expand description

Abstraction AsyncAcceptable over tokio listeners with an async accept() method

Structs§

ReusableListener
A psudo-listener that repeatedly produces an AsyncRead + AsyncWrite using a factory function.
ReusableListenerStream
A stream produced by calling accept on a ReusableListener.

Traits§

AsyncAcceptable
A Listener that can accept connections asynchronously.
AsyncAcceptableExt
Extension trait for AsyncAcceptable that provides async methods.