Module interface

Source
Expand description

An async File IO and Mutex interface for different async execs.

Traits§

AsyncMutex
A trait which generalize the mutex from the std lib’s of multiple async executors. The trait can be implemented on mutex directly or on a structure with mutex as inner type.
AsyncMutexGuard
A trait which generalize the mutex guarding emited by the mutex from various async executors.
MutexedCaches
This trait is a common interface for the ASYNC IO operation and syncronization.
UnifiedFs
A trait which unifies the file IO operations.