Expand description
This module contains the definition for an agent_tk module.
Structs§
- Module
Interface - Public module interface
Traits§
- Module
- Define an agent module. Each module can receive message as inputs and send via its outputs. All the messages are broadcasted. Each module has a single thread used for handling the messages. If longer computation are needed, they can spawn other modules.
- Module
Private Interface - Private interface for modules. Created outside of the module, but passed in constructor.