3#include "../ITaskProcessor.h"
4#include "ImmediateScheduler.h"
15 TaskScheduler(
const std::shared_ptr<ITaskProcessor>& pTaskProcessor);
16 void schedule(async::task_run_handle t);
18 ImmediateScheduler<TaskScheduler> immediate{
this};
21 std::shared_ptr<ITaskProcessor> _pTaskProcessor;
Classes that support asynchronous operations.