Crate rs_ctx

Source

Structs§

CancelFn
Cancel function for canceling contexts
ContextImpl
Base context implementation

Enums§

ContextError
Context error types

Traits§

Context
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