-
Notifications
You must be signed in to change notification settings - Fork 6
TimeoutOption
ZjzMisaka edited this page Oct 24, 2023
·
2 revisions
The maximum amount of time (ms)
int Duration;
If forceStop is true, Thread.Interrupt() and Thread.Join() will be called.
bool ForceStop;
- Pool Control | Work Control
- Thread Pool Sizing
- Work Callback | Default Callback
- Parallel Execution
- Work Priority | Thread Priority
- Error Handling
- Work Timeout | Cumulative Work Timeout
- Work Dependency
- Work Group
- Events
- Runtime Status
- Running Timer
- Queue Type (FIFO | LIFO | Custom)
- Load Balancing
- Lock-Free
Core
Results
Options