Skip to main content

Module pool

Module pool 

Source
Expand description

Module instance pooling and load balancing.

Provides multiple instances of the same module for parallel execution with load-aware request routing.

Structs§

InstanceStats
Statistics for a pooled instance.
ModulePool
Module instance pool with load balancing.
PoolConfig
Pool configuration.
PoolStats
Pool statistics.
PooledInstance
A pooled module instance with load tracking.

Enums§

LoadBalanceStrategy
Load balancing strategy.