Skip to content

@saehrimnir/druidjs / terminate_pool

Function: terminate_pool()

ts
function terminate_pool(): void;

Defined in: wasm/worker_pool.js:244

Stops the workers. They are unreferenced, so this is only needed to release them early.

Returns

void