Seastar
High performance C++ framework for concurrent servers
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
Public Types | Public Member Functions | Public Attributes | List of all members
seastar::coroutine::experimental::internal::yield_awaiter< T, Container > Struct Template Referencefinal

Public Types

using promise_type = generator_buffered_promise< T, Container >
 

Public Member Functions

 yield_awaiter (seastar::future<> &&f) noexcept
 
bool await_ready () noexcept
 
coroutine_handle await_suspend (coroutine_handle< promise_type > coro) noexcept
 
void await_resume () noexcept
 

Public Attributes

seastar::future _future
 

The documentation for this struct was generated from the following file: