Module fedimint_core::task
source · Structs
- An asynchronous reader-writer lock.
- RAII structure used to release the shared read access of a lock when dropped.
- RAII structure used to release the exclusive write access of a lock when dropped.
- A group of task working together
Traits
MaybeSend
is no-op on wasm andSend
on non wasm.MaybeSync
is no-op on wasm andSync
on non wasm.