Modules§
Structs§
- Join
Handle - An owned permission to join on a thread (block on its termination).
Traits§
- Async
Error Handler Function - Trait alias for asynchronous error-handling functions used in a recoverable context.
- Async
Recoverable Function - Trait alias for asynchronous functions that can be executed in a recoverable context.
- Error
Handler Function - Trait alias for error-handling functions used in a recoverable context.
- Function
MutTrait - Trait alias for functions that can be executed in a recoverable context.
- Function
Once Trait - Trait alias for functions that can be executed in a recoverable context.
- Function
Trait - Trait alias for functions that can be executed in a recoverable context.
- Recoverable
Function - Trait alias for functions that can be executed in a recoverable context.
Type Aliases§
- ArcAsync
Error Handler Function - Alias for an
Arc-wrapped error handler function. - ArcAsync
Recoverable Function - Alias for an
Arc-wrapped recoverable function. - Async
Spawn Result - Type alias for the result type returned by spawnable functions.
- BoxAny
Send - Type alias for a boxed dynamic type that implements
AnyandSend. - Spawn
Result - Type alias for the result type returned by spawnable functions.