Module agents::simulation[][src]

Expand description

This module provides types and functions for modelling an asynchronous, stateful, simulation.

Structs

A Simulation worker owns a thread which runs a simulation asynchronously.

Traits

A simulation is a type with State. State is advanced in fixed time steps and is presented via the triple-buffer’s Input interface.