Skip to main content

Module pool

Module pool 

Source
Expand description

Owned private thread pools: CreateThreadpool / CloseThreadpool.

Callbacks run on the process-default pool unless a CallbackEnviron names a private one. A private pool lets an application bound the threads a subsystem may consume, or isolate long-running callbacks from unrelated work, without affecting the rest of the process.

Structsยง

ThreadpoolPool
An owned private thread pool.