[][src]Module bastion::children

Children are a group of child supervised under a supervisor Allows users to communicate with children through the mailboxes.

Structs

ChildRef

A "reference" to an element of a children group, allowing to communicate with it.

Children

A children group that will contain a defined number of elements (set with with_redundancy or 1 by default) all running a future (returned by the closure that is set with with_exec).

ChildrenRef

A "reference" to a children group, allowing to communicate with it.