[][src]Module apis::process

Re-exports

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

Modules

inner

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.

presult

Structs

Def

Process definition.

Handle

Handle to a process held by the session.

Enums

ControlFlow
DefineError

Error in Def.

Kind

Specifies the loop behavior of a process.

KindError

Traits

Global

The global process type.

Id

Unique identifier with a total mapping to process defs.

Process

Main process trait.

Functions

report_sizes