Skip to main content

Module sync_rt

Module sync_rt 

Source
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ยง

SyncSoeSocket
A synchronous SOE socket: a SoeMultiplexer driven over a blocking std::net::UdpSocket.