Module romeo::system[][src]

Structs

Config

Config is the configuration for the System and can be specified with System::with_config. However, it is optional and a default will be provided if not specified manually.

System

System is the main handle into a running actor system. It is responsible for creating actors, starting the system (spawning threads and schedulers), stopping the system, etc.