Flow 1.0.2
Flow project: Full implementation reference.
|
#include "flow/util/sched_task_fwd.hpp"
#include "flow/util/util_fwd.hpp"
#include "flow/util/uniq_id_holder.hpp"
#include <boost/move/unique_ptr.hpp>
#include <boost/utility.hpp>
Go to the source code of this file.
Classes | |
struct | flow::util::Scheduled_task_handle_state |
Internal-use data store used by schedule[d]_task_*() , each object containing the state relevant to a single call to either schedule_task_from_now() or schedule_task_at(). 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::util |
Flow module containing miscellaneous general-use facilities that don't fit into any other Flow module. | |