|
Container System 0.1.0
High-performance C++20 type-safe container framework with SIMD-accelerated serialization
|
This is the complete list of members for kcenon::container::async::detail::async_awaitable< T >, including all inherited members.
| async_awaitable(std::function< T()> work) | kcenon::container::async::detail::async_awaitable< T > | inlineexplicit |
| async_awaitable(async_awaitable &&) noexcept=default | kcenon::container::async::detail::async_awaitable< T > | |
| async_awaitable(const async_awaitable &)=delete | kcenon::container::async::detail::async_awaitable< T > | |
| await_ready() const noexcept | kcenon::container::async::detail::async_awaitable< T > | inline |
| await_resume() | kcenon::container::async::detail::async_awaitable< T > | inline |
| await_suspend(std::coroutine_handle<> handle) | kcenon::container::async::detail::async_awaitable< T > | inline |
| operator=(async_awaitable &&) noexcept=default | kcenon::container::async::detail::async_awaitable< T > | |
| operator=(const async_awaitable &)=delete | kcenon::container::async::detail::async_awaitable< T > | |
| state_ | kcenon::container::async::detail::async_awaitable< T > |