Async++ unknown
Async (co_await/co_return) code for C++
|
This is the complete list of members for asyncpp::fiber< TReturn >, including all inherited members.
await() & | asyncpp::fiber< TReturn > | inline |
await() && | asyncpp::fiber< TReturn > | inline |
fiber(FN &&function, size_t stack_size=262144) | asyncpp::fiber< TReturn > | inlineexplicit |
fiber() noexcept=default | asyncpp::fiber< TReturn > | |
fiber(fiber &&other) noexcept | asyncpp::fiber< TReturn > | inline |
fiber(const fiber &)=delete (defined in asyncpp::fiber< TReturn >) | asyncpp::fiber< TReturn > | |
fiber_await(T &&awaiter) | asyncpp::fiber< TReturn > | inlinestatic |
operator co_await() & | asyncpp::fiber< TReturn > | inline |
operator co_await() && | asyncpp::fiber< TReturn > | inline |
operator=(fiber &&other) noexcept | asyncpp::fiber< TReturn > | inline |
operator=(const fiber &)=delete (defined in asyncpp::fiber< TReturn >) | asyncpp::fiber< TReturn > |