Skip to main content

Module timeout

Module timeout 

Source
Expand description

Timeout utilities for I/O operations

Provides timeout wrappers for async read/write operations using compio’s timeout support.

Functions§

read_exact_with_timeout
Execute an async read_exact operation with a timeout.
write_all_with_timeout
Execute an async write_all operation with a timeout.