Go to the source code of this file.
Namespaces | |
| namespace | di |
Typedefs | |
| template<typename Promise = void> | |
| using | di::CoroutineHandle = std::coroutine_handle<Promise> |
| using | di::NoopCoroutineHandle = std::noop_coroutine_handle |
| using | di::NoopCoroutinePromise = std::noop_coroutine_promise |
| using | di::SuspendAlways = std::suspend_always |
| using | di::SuspendNever = std::suspend_never |