|
Corium 1.1.0
High-Performance Zero-Heap C++20 MPSC Application Runtime
|
This is the complete list of members for corium::async::Task< T, Allocator >, including all inherited members.
| AllocatorType typedef | corium::async::Task< T, Allocator > | |
| await_ready() const noexcept | corium::async::Task< T, Allocator > | inline |
| await_resume() | corium::async::Task< T, Allocator > | inline |
| await_suspend(std::coroutine_handle<> awaiting) noexcept | corium::async::Task< T, Allocator > | inline |
| done() const noexcept | corium::async::Task< T, Allocator > | inline |
| handle() const noexcept | corium::async::Task< T, Allocator > | inline |
| operator=(const Task &)=delete | corium::async::Task< T, Allocator > | |
| operator=(Task &&other) noexcept | corium::async::Task< T, Allocator > | inline |
| resume() | corium::async::Task< T, Allocator > | inline |
| Task() noexcept=default | corium::async::Task< T, Allocator > | |
| Task(std::coroutine_handle< promise_type > handle) noexcept | corium::async::Task< T, Allocator > | inlineexplicit |
| Task(const Task &)=delete | corium::async::Task< T, Allocator > | |
| Task(Task &&other) noexcept | corium::async::Task< T, Allocator > | inline |
| ValueType typedef | corium::async::Task< T, Allocator > | |
| ~Task() | corium::async::Task< T, Allocator > | inline |