Zen API
|
kStatus kThreadPool_Construct | ( | kThreadPool * | pool, |
kSize | threadCount, | ||
kAlloc | allocator | ||
) |
Constructs a kThreadPool object.
pool | Destination for the constructed object handle. |
threadCount | Number of threads in the pool. |
allocator | Memory allocator (or kNULL for default). |