Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
Loading...
Searching...
No Matches
submit_options.h File Reference

Options struct for unified submit() API. More...

#include <string>
#include <optional>
#include <chrono>
Include dependency graph for submit_options.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  kcenon::thread::submit_options
 Options for submitting jobs to the thread pool. More...
 

Namespaces

namespace  kcenon
 
namespace  kcenon::thread
 Core threading foundation of the thread system library.
 

Detailed Description

Options struct for unified submit() API.

Date
2026-01-18

This file defines the submit_options struct used by the unified submit() methods in thread_pool. It provides a flexible way to configure job submission behavior.

Definition in file submit_options.h.