Skip to main content

Module wasm_parallel_pow_generator

Module wasm_parallel_pow_generator 

Source

Structs§

WasmParallelPowGenerator
A PowGenerator that dispatches chunks to pre-created Web Workers. The TypeScript side is responsible for spawning and initializing the workers; this struct simply receives the ready Worker handles and exposes one slot per worker. All scheduling — work-stealing refeed, early exit, tracker registration — lives in the shared run_pool dispatcher in hashiverse-lib.