Skip to main content

Module signals

Module signals 

Source
Expand description

Defines unique identifiers and system-wide signals for communication.

This module provides the core vocabulary for different parts of the system to talk to each other. It includes unique IDs for nodes and queues, and an enum of SystemSignals that report important events like a node being overloaded or a task finishing.

Structs§

NodeId
A unique identifier for a VibeNode.
QueueId
A unique identifier for a VibeQueue.

Enums§

SystemSignal
Represents operational events that are passed within the system.