[][src]Module bastion::context

Context is generic structure to share resource between supervisor, children and the system.

This enable us to work easily with system messages, api exposure and communication between processes.

BastionContext is the main primitive to share this data anything related to internal communication is here.

Structs

BastionContext

Context definition for any lightweight process.