Container System 0.1.0
High-performance C++20 type-safe container framework with SIMD-accelerated serialization
Loading...
Searching...
No Matches
kcenon::container::async::detail::async_awaitable< T > Member List

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=defaultkcenon::container::async::detail::async_awaitable< T >
async_awaitable(const async_awaitable &)=deletekcenon::container::async::detail::async_awaitable< T >
await_ready() const noexceptkcenon::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=defaultkcenon::container::async::detail::async_awaitable< T >
operator=(const async_awaitable &)=deletekcenon::container::async::detail::async_awaitable< T >
state_kcenon::container::async::detail::async_awaitable< T >