Module agent_tk::module

source ·
Expand description

This module contains the definition for an agent_tk module.

Structs§

Traits§

  • 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.