Skip to main content

Module node

Module node 

Source
Expand description

Defines VibeNode, a self-contained processing unit.

A VibeNode is like a single worker in the system’s factory. It has its own task queue and a pool of threads to execute those tasks. It’s designed to be self-managing, automatically adjusting the number of active threads based on its current workload (pressure).

Structs§

VibeNode
A processing unit that executes tasks.

Enums§

PressureLevel
A qualitative measure of a node’s current workload.