| 
    YACLib
    
   C++ library for concurrent tasks execution 
   | 
 
#include <await_awaiter.hpp>
Public Member Functions | |
| TransferSingleAwaiter (UniqueCorePtr< V, E > &&result) noexcept | |
| constexpr bool | await_ready () const noexcept | 
| template<typename Promise > | |
| YACLIB_INLINE auto | await_suspend (yaclib_std::coroutine_handle< Promise > handle) noexcept | 
| auto | await_resume () | 
Definition at line 41 of file await_awaiter.hpp.
      
  | 
  inlineexplicitnoexcept | 
Definition at line 42 of file await_awaiter.hpp.
      
  | 
  inlineconstexprnoexcept | 
Definition at line 47 of file await_awaiter.hpp.
      
  | 
  inline | 
Definition at line 62 of file await_awaiter.hpp.
      
  | 
  inlinenoexcept | 
Definition at line 52 of file await_awaiter.hpp.
References yaclib::detail::Loop(), and yaclib::detail::MoveToCaller().