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
5
#include <
kcenon/thread/impl/typed_pool/callback_typed_job.h
>
6
7
namespace
kcenon::thread
8
{
9
// Explicit template instantiation for job_types
10
template
class
callback_typed_job_t<job_types>;
11
}
// namespace kcenon::thread
callback_typed_job.h
Callback-based typed job for priority-aware lambda execution.
kcenon::thread
Core threading foundation of the thread system library.
Definition
thread_impl.h:17
src
impl
typed_pool
callback_typed_job.cpp
Generated by
1.12.0