Module apis::process

source ·

Re-exports

pub use self::inner::Inner;
pub use self::presult::Presult;

Modules

The sourcepoints field is wrapped in a Refcell and an Option so that it may be “removed” from the process with take_endpoints while the run loop receives messages.

Structs

Process definition.
Handle to a process held by the session.

Enums

Error in Def.
Specifies the loop behavior of a process.

Traits

The global process type.
Unique identifier with a total mapping to process defs.
Main process trait.

Functions

Type Definitions