Logger System 0.1.3
High-performance C++20 thread-safe logging system with asynchronous capabilities
Loading...
Searching...
No Matches
async Directory Reference
Directory dependency graph for async:
src/impl/async

Files

 async_worker.cpp
 
 async_worker.h
 Standalone async worker implementation with jthread compatibility kcenon.
 
 batch_processor.cpp
 Batch processor implementation with jthread compatibility.
 
 batch_processor.h
 Optimized batch processing engine for log entries.
 
 high_performance_async_writer.cpp
 
 high_performance_async_writer.h
 High-performance asynchronous writer using lock-free queue and memory pooling.
 
 jthread_compat.h
 Compatibility header for std::jthread and std::stop_token kcenon.
 
 lockfree_queue.h
 High-performance lock-free queue implementation.