Expand description
A synchronous, dependency-free adapter driving a SoeMultiplexer over a
blocking std::net::UdpSocket. Always available; pulls in no async runtime.
The I/O-agnostic SoeMultiplexer is runtime-agnostic; this module is a thin
convenience layer mirroring TokioSoeSocket (behind the tokio feature) for callers who
prefer a plain blocking loop. Both types implement SoeSocket.
Structsยง
- Sync
SoeSocket - A synchronous SOE socket: a
SoeMultiplexerdriven over a blockingstd::net::UdpSocket.