|
Flow 1.0.0
Flow project: Full implementation reference.
|
#include "flow/async/detail/async_fwd.hpp"#include "flow/async/async_fwd.hpp"#include "flow/util/util_fwd.hpp"#include "flow/log/log.hpp"#include <boost/move/unique_ptr.hpp>#include <boost/thread/future.hpp>Go to the source code of this file.
Classes | |
| class | flow::async::Task_qing_thread |
Internally used building block of various concrete Concurrent_task_loop subclasses that encapsulates a thread that spawns at construction time and a dedicated-or-shared util::Task_engine (a/k/a boost.asio io_service) run()ning in that new thread. More... | |
Namespaces | |
| namespace | flow |
| Catch-all namespace for the Flow project: A collection of various production-quality modules written in modern C++17, originally by ygoldfel. | |
| namespace | flow::async |
| Flow module containing tools enabling multi-threaded event loops operating under the asynchronous-task proactor pattern, by providing a streamlined API around boost.asio event loops with added advanced task- and thread-scheduling features. | |