asio C++ library

PrevUpHomeNext

experimental::coro::result_type

The type received by a co_await or async_resume. Its a combination of yield and return.

typedef typename traits::result_type result_type;
Requirements

Header: asio/experimental/coro.hpp

Convenience header: None


PrevUpHomeNext