Expand description
BAL read-set prewarming pool.
Structs§
- BalPrewarm
Pool - 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§
- Build
Provider Fn - Builds a fresh
StateProviderBoxover the block’s parent state. Type-erased so the pool is not generic over the provider factory; each worker builds its own per block.