#include <hikogui/scoped_task.hpp>
|
|
using | value_type = void |
| |
|
using | notifier_type = notifier<> |
| |
|
using | callback_token = notifier_type::callback_token |
| |
|
using | callback_proto = notifier_type::callback_proto |
| |
|
using | handle_type = std::coroutine_handle<promise_type> |
| |
◆ done()
- See also
- scoped_task<>::completed()
◆ operator bool()
◆ subscribe()
- See also
- notifier<>::subscribe()
◆ value()
Get the return value returned from co_return.
- Note
- It is undefined behavior to call this function if the co-routine is incomplete.
- Exceptions
-
| The | exception thrown from the co-routine. |
The documentation for this class was generated from the following file: