Expand description

Definitions related to nested simulation.

Modules

Some useful utilities.

Structs

Allows branching the Event computation.

Return the branch level.

Allows running the Event computation in future.

Functions

Branch a new nested computation and return its result within the current Event by leaving the current computation intact.

Return the current nested level within Parameter<usize> computation, which is started from zero for the root computation and then increased by one for each next nested computation.

Branch a new nested computation and return its result at the desired time of the future within the current Event by leaving the current computation intact.