[][src]Module bastion::context

A context allows a child's future to access its received messages, parent and supervisor.

Structs

BastionContext

A child's execution context, allowing its [exec] future to receive messages and access a ChildRef referencing it, a ChildrenRef referencing its children group and a SupervisorRef referencing its supervisor.

BastionId

An identifier used by supervisors, children groups and their elements to identify themselves, using a v4 UUID.

Constants

NIL_ID

Identifier for a root supervisor and dead-letters children.