Skip to main content

Module futures

Module futures 

Source
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§

SetLenFuture
Future for set_len operations.
SyncFuture
Future for sync_all and sync_data operations.