-
Notifications
You must be signed in to change notification settings - Fork 16
TimeoutOption
ZjzMisaka edited this page Aug 26, 2025
·
3 revisions
The maximum amount of time (ms)
int Duration;If forceStop is true, Thread.Interrupt() will be called.
bool ForceStop;- Sync | Async
- Pool Control | Work Control
- Divide And Conquer
- Thread Pool Sizing
- Work Callback | Default Callback
- Rejection Policy
- 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 | Deque | Custom)
Core
Results
Options