-
Notifications
You must be signed in to change notification settings - Fork 16
RejectOption
ZjzMisaka edited this page May 7, 2025
·
2 revisions
Thread queue limit.
If the queue is full, the reject policy will be used.
int ThreadQueueLimit;Reject type.
RejectType RejectType;enum RejectType { AbortPolicy, CallerRunsPolicy, DiscardPolicy, DiscardOldestPolicy };- 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)
- Load Balancing
- Low-Contention Design
Core
Results
Options