Expand description
In memory network simulator
This module provides an in-memory only simulation of an actual network, useful for unit and integration tests.
Structsยง
- Master
Map - Shared state for in-memory mock networking.
- Memory
Network - In memory only network simulator.
- Memory
Network ๐Inner - Internal state for a
MemoryNetwork
instance