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 πŸ”’