YACLib
C++ library for concurrent tasks execution
Loading...
Searching...
No Matches
await_on_awaiter.hpp File Reference
Include dependency graph for await_on_awaiter.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  yaclib::detail::AwaitOnEvent< Single >
 
struct  yaclib::detail::AwaitOnAwaiter< Single >
 
class  yaclib::detail::AwaitOnAwaiter< false >
 

Namespaces

namespace  yaclib
 
namespace  yaclib::detail
 

Typedefs

template<bool Single>
using yaclib::detail::AwaitOnCounterT = std::conditional_t< Single, OneCounter< NopeBase, NopeDeleter >, AtomicCounter< NopeBase, NopeDeleter > >