LeechCraft 0.6.70-18808-g3467692359
Modular cross-platform feature rich live environment.
Loading...
Searching...
No Matches
LC::Util::detail::IsAwaiter Concept Reference

#include "context.h"

Concept definition

template<typename T>
concept IsAwaiter = requires (T t)
{
t.await_ready ();
t.await_resume ();
}

Detailed Description

Definition at line 40 of file context.h.