Maybe
Sync
fedimint_
core
0.8.0-alpha
Maybe
Sync
Implementors
In fedimint_
core::
task
Modules
inner
jit
waiter
Structs
Cancelled
ShuttingDownError
TaskGroup
TaskHandle
TaskPanicGuard
TaskShutdownToken
Traits
MaybeSend
MaybeSync
Functions
sleep_in_test
Type Aliases
Cancellable
fedimint_core
::
task
Trait
MaybeSync
Copy item path
Settings
Help
Summary
Source
pub trait MaybeSync:
Sync
{ }
Expand description
MaybeSync
is no-op on wasm and
Sync
on non wasm.
Implementors
§
Source
§
impl<T:
Sync
>
MaybeSync
for T