Expand description
An async File IO and Mutex interface for different async
execs.
Traits§
- Async
Mutex - 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. - Async
Mutex Guard - A trait which generalize the mutex guarding emited by the mutex from various async executors.
- Mutexed
Caches - This trait is a common interface for the ASYNC IO operation and syncronization.
- Unified
Fs - A trait which unifies the
file
IO operations.