threadman 0.1.0
Header-only C++23 managed threads, dynamic pools, futures, and executors
Loading...
Searching...
No Matches
Functions
threadman::log Namespace Reference

Functions

std::shared_ptr< spdlog::logger > & pool ()
 Logger for tm.pool — scaling, shutdown, queue back-pressure.
 
std::shared_ptr< spdlog::logger > & thread ()
 Logger for tm.threadManagedThread lifecycle and faults.
 
std::shared_ptr< spdlog::logger > & future ()
 Logger for tm.future — future satisfaction and continuation dispatch.
 
std::shared_ptr< spdlog::logger > & manager ()
 Logger for tm.manager — housekeeper lifecycle, listener faults.
 
std::shared_ptr< spdlog::logger > & task ()
 Logger for tm.task — stuck-task warnings (only when no listener subscribes).
 
std::shared_ptr< spdlog::logger > & executor ()
 Logger for tm.executor — executor wiring and dispatch.
 

Function Documentation

◆ executor()

std::shared_ptr< spdlog::logger > & threadman::log::executor ( )
inline

Logger for tm.executor — executor wiring and dispatch.

◆ future()

std::shared_ptr< spdlog::logger > & threadman::log::future ( )
inline

Logger for tm.future — future satisfaction and continuation dispatch.

◆ manager()

std::shared_ptr< spdlog::logger > & threadman::log::manager ( )
inline

Logger for tm.manager — housekeeper lifecycle, listener faults.

◆ pool()

std::shared_ptr< spdlog::logger > & threadman::log::pool ( )
inline

Logger for tm.pool — scaling, shutdown, queue back-pressure.

◆ task()

std::shared_ptr< spdlog::logger > & threadman::log::task ( )
inline

Logger for tm.task — stuck-task warnings (only when no listener subscribes).

◆ thread()

std::shared_ptr< spdlog::logger > & threadman::log::thread ( )
inline

Logger for tm.threadManagedThread lifecycle and faults.