Loading...
Loading...
The read side of a stored socket, plus the means to reply to and re-key this connection. Returned by SocketManager::store. Dropping it unregisters the connection from the manager (its ConnId and every key index).
Returned by `SocketManager::store`: the read side of a stored socket plus the means to reply and re-key it. `recv().await` yields the next inbound client event (`None` on close), `send(&ev).await` replies, `handle()` hands out a cloneable `SocketHandle`, and `add_key(key)` stores it under an additional key. Dropping it unregisters the connection from the manager automatically.