gmt_dos-actors 10.1.2

Giant Magellan Telescope Dynamic Optical Simulation Actor Model
Documentation
1
2
3
4
5
6
7
8
9
10
11
/*!
Actors framework

The framework module defines the interfaces for building and running networks of actors.

There are 2 parts to the framework, the [network]ing part and the [model]ing part.

*/

pub mod model;
pub mod network;