blob: b7188f132d9410ce60f3f35ad1b88c0410cc2487 (
plain) (
blame)
1
2
3
4
|
Quantum is a full-featured and powerful C++ framework build on top of the Boost
coroutine library. The framework allows users to dispatch units of work
(a.k.a. tasks) as coroutines and execute them concurrently using the 'reactor'
pattern.
|