Loading...
Loading...
The connections currently stored under a key (0, 1, or many). Returned by SocketManager::get. Sending on the group fans out to every connection.
The 0, 1, or many connections currently stored under a key, returned by `SocketManager::get`. `send(&ev)` fans out to all of them; also `close(code)`, `len()`, `is_empty()`, and `iter()` over the individual `SocketHandle`s.