Boost.Thread
Boost.Thread provides portable threading primitives — threads, mutexes, condition variables, futures,
Boost.Atomic
Boost.Atomic provides atomic operations with explicit memory-ordering guarantees — the building
Boost.Asio
Boost.Asio is the asynchronous I/O framework at the heart of modern C++ networking and
Boost.Lockfree
Boost.Lockfree provides lock-free and wait-free data structures — concurrent queues and
Boost.Fiber
Boost.Fiber provides user-space cooperative threads (fibers). A fiber looks like a thread — it
Boost.Coroutine2
Boost.Coroutine2 provides stackful coroutines — functions that can suspend and resume while
Boost.Interprocess
Boost.Interprocess provides portable inter-process communication (IPC) primitives: shared