fedimint_core

Module task

source
Expand description

Task handling, including wasm safe logic

Re-exports§

Modules§

  • inner 🔒
  • Just-in-time initialization
  • Wait for a task to finish.

Structs§

Traits§

  • MaybeSend is no-op on wasm and Send on non wasm.
  • MaybeSync is no-op on wasm and Sync on non wasm.

Functions§

Type Aliases§

  • Operation that can potentially get cancelled returning no result (e.g. program shutdown).