pub async fn handle_connection<D: Map>(
    connection: Connection,
    db: D,
    events: EventSender,
    rt: LocalPoolHandle,
)Expand description
Handle a single connection.
pub async fn handle_connection<D: Map>(
    connection: Connection,
    db: D,
    events: EventSender,
    rt: LocalPoolHandle,
)Handle a single connection.