ThreadedTaskManager(UPInt stackSize = 128 * 1024);
ThreadedTaskManager constructs a task manager and specifies thread stack size required for each task.
|
Parameters |
Description |
|
UPInt stackSize = 128 * 1024 |
Stack size for the created threads. |