Crate rs_ctx

Crate rs_ctx 

Source

Structs§

CancelFn
Cancel function for canceling contexts
ContextImpl
Base context implementation

Enums§

ContextError
Context error types

Traits§

ContextTrait
Base context trait defining core functionality

Functions§

background
Create background context
with_cancel
Create context with cancel
with_deadline
Create context with deadline
with_timeout
Create context with timeout
with_value
Create context with value

Type Aliases§

Context
The Context type used throughout the crate