Module universe

Module universe 

Source
Expand description

The universe module contains the Universe struct which is the primary interface for creating and running many Worlds in parallel.

Structsยง

Universe
The Universe struct is the primary interface for creating and running many Worlds in parallel. At the moment, is a wrapper around a HashMap of Worlds, but can be extended to handle generics inside of Worlds and crosstalk between Worlds.