[][src]Function thruster_socketio::handle_io

pub async fn handle_io(
    __arg0: Ctx,
    handler: fn(_: SocketIOSocket) -> Pin<Box<dyn Future<Output = Result<SocketIOSocket, ()>> + Send>>
) -> MiddlewareResult<Ctx>