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ยง
- Threadpool
Pool - An owned private thread pool.