1 Repo
Hands a task directly to a worker thread for immediate execution, skipping the global scheduling queue to reduce latency.
Distinct from Worker Thread Patterns: Distinct from Worker Thread Patterns: focuses on bypassing the global queue for direct thread handoff, not general task distribution.
Explore 1 awesome GitHub repository matching software engineering & architecture · Thread-Local Task Bypass Patterns. Refine with filters or upvote what's useful.
oneAPI Threading Building Blocks (oneTBB)
Provides a thread-local task bypass that hands tasks directly to worker threads, skipping the global scheduling queue.