//! Platform-specific networking primitives.
//!
//! This module will contain io_uring/epoll/kqueue/iocp implementations in Phase 1.
//! For Phase 0, we rely on std::net wrappers.
/// Linux-specific networking primitives.
/// macOS-specific networking primitives.
/// Windows-specific networking primitives.