| 
    WireCellToolkit
    
   Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors 
   | 
 
#include <thread_pool.h>

Public Member Functions | |
| async_msg ()=default | |
| ~async_msg ()=default | |
| async_msg (const async_msg &)=delete | |
| async_msg (async_msg &&)=default | |
| async_msg & | operator= (async_msg &&)=default | 
| async_msg (async_logger_ptr &&worker, async_msg_type the_type, details::log_msg &m) | |
| async_msg (async_logger_ptr &&worker, async_msg_type the_type) | |
| async_msg (async_msg_type the_type) | |
| log_msg | to_log_msg () | 
Public Attributes | |
| async_msg_type | msg_type | 
| level::level_enum | level | 
| log_clock::time_point | time | 
| size_t | thread_id | 
| fmt::basic_memory_buffer< char, 176 > | raw | 
| size_t | msg_id | 
| source_loc | source | 
| async_logger_ptr | worker_ptr | 
Definition at line 27 of file thread_pool.h.
      
  | 
  default | 
      
  | 
  default | 
      
  | 
  delete | 
      
  | 
  default | 
      
  | 
  inline | 
Definition at line 76 of file thread_pool.h.
      
  | 
  inline | 
Definition at line 88 of file thread_pool.h.
      
  | 
  inlineexplicit | 
Definition at line 99 of file thread_pool.h.
      
  | 
  inline | 
Definition at line 105 of file thread_pool.h.


| level::level_enum spdlog::details::async_msg::level | 
Definition at line 30 of file thread_pool.h.
| size_t spdlog::details::async_msg::msg_id | 
Definition at line 35 of file thread_pool.h.
| async_msg_type spdlog::details::async_msg::msg_type | 
Definition at line 29 of file thread_pool.h.
| fmt::basic_memory_buffer<char, 176> spdlog::details::async_msg::raw | 
Definition at line 33 of file thread_pool.h.
| source_loc spdlog::details::async_msg::source | 
Definition at line 36 of file thread_pool.h.
| size_t spdlog::details::async_msg::thread_id | 
Definition at line 32 of file thread_pool.h.
| log_clock::time_point spdlog::details::async_msg::time | 
Definition at line 31 of file thread_pool.h.
| async_logger_ptr spdlog::details::async_msg::worker_ptr | 
Definition at line 37 of file thread_pool.h.