Async++ unknown
Async (co_await/co_return) code for C++
Loading...
Searching...
No Matches
asyncpp::fiber< TReturn > Member List

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=defaultasyncpp::fiber< TReturn >
fiber(fiber &&other) noexceptasyncpp::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) noexceptasyncpp::fiber< TReturn >inline
operator=(const fiber &)=delete (defined in asyncpp::fiber< TReturn >)asyncpp::fiber< TReturn >