Module boc

Source
Expand description

Concurrent Owner (Cown) type.

Structs§

Behavior πŸ”’
Behavior that captures the content of a when body.
Cown πŸ”’
The value should only be accessed inside a when! block.
CownPtr
Public interface to Cown.
Request
A request for a cown.

Traits§

CownBase πŸ”’
A trait representing a Cown.
CownPtrs
Trait for a collection of CownPtrs.

Functions§

run_when
Creates a Behavior and schedules it. Used by β€œWhen” block.

Type Aliases§

BehaviorThunk πŸ”’