Skip to main content

Module bal_prewarm_pool

Module bal_prewarm_pool 

Source
Expand description

BAL read-set prewarming pool.

Structs§

BalPrewarmPool
Long-lived pool of blocking threads that warm the BAL read-set into the shared execution cache.

Constants§

DEFAULT_BAL_PREWARM_THREADS
Number of warming threads.

Type Aliases§

BuildProviderFn
Builds a fresh StateProviderBox over the block’s parent state. Type-erased so the pool is not generic over the provider factory; each worker builds its own per block.