Expand description
Future types for async storage operations Future types for storage async operations.
These futures handle the schedule → wait → complete pattern for storage operations that don’t fit into the standard AsyncRead/AsyncWrite traits.
Structs§
- SetLen
Future - Future for set_len operations.
- Sync
Future - Future for sync_all and sync_data operations.