Skip to main content

Module async_server

Module async_server 

Source
Available on crate feature async only.
Expand description

Async Tokio server entrypoints.

This module provides the async accept loop that bridges into the existing request handling stack.

Functionsยง

start_async
Starts an async accept loop backed by Tokio.