threadman 0.1.0
Header-only C++23 managed threads, dynamic pools, futures, and executors
Loading...
Searching...
No Matches
Public Attributes | List of all members
threadman::ManagedThread::Options Struct Reference

#include <thread.hpp>

Collaboration diagram for threadman::ManagedThread::Options:
Collaboration graph
[legend]

Public Attributes

std::string name
 
std::optional< std::uint64_t > pool_id
 
bool is_core = true
 
ThreadManagermanager = nullptr
 

Member Data Documentation

◆ is_core

bool threadman::ManagedThread::Options::is_core = true

◆ manager

ThreadManager* threadman::ManagedThread::Options::manager = nullptr

◆ name

std::string threadman::ManagedThread::Options::name

◆ pool_id

std::optional<std::uint64_t> threadman::ManagedThread::Options::pool_id

The documentation for this struct was generated from the following file: