Expand description
Blocking I/O fallback implementation
This module provides a standard blocking I/O implementation that works on all platforms. It’s used as a fallback when platform-specific async I/O is not available.
Structs§
- BlockingIO
- Blocking I/O implementation using standard library