#include <yield.hpp>
Definition at line 176 of file yield.hpp.
◆ async_result_base()
boost::fibers::asio::detail::async_result_base::async_result_base |
( |
yield_handler_base & | h | ) |
|
|
inlineexplicit |
Definition at line 178 of file yield.hpp.
178 {
179
180
181 h.ycomp_ = & this->ycomp_;
182
183
184
185
186 if ( ! h.yt_.ec_) {
187 h.yt_.ec_ = & ec_;
188 }
189 }
◆ get()
void boost::fibers::asio::detail::async_result_base::get |
( |
| ) |
|
|
inline |
Definition at line 191 of file yield.hpp.
191 {
192
193
195
196
197
198 if ( ec_) {
200 }
201 }
void throw_exception(std::exception const &e)
The documentation for this class was generated from the following file:
- libraries/fc/src/thread/asio/detail/yield.hpp