#include "di/execution/concepts/execution_context.h"Go to the source code of this file.
Namespaces | |
| namespace | di |
| namespace | di::meta |
Typedefs | |
| template<concepts::ExecutionContext Context> | |
| using | di::meta::ExecutionContextScheduler = decltype(util::declval<Context&>().get_scheduler()) |