Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
Loading...
Searching...
No Matches
callback_typed_job.cpp
Go to the documentation of this file.
1// BSD 3-Clause License
2// Copyright (c) 2024, 🍀☀🌕🌥 🌊
3// See the LICENSE file in the project root for full license information.
4
6
7namespace kcenon::thread
8{
9 // Explicit template instantiation for job_types
10 template class callback_typed_job_t<job_types>;
11} // namespace kcenon::thread
Callback-based typed job for priority-aware lambda execution.
Core threading foundation of the thread system library.
Definition thread_impl.h:17