27#if defined(__cpp_impl_coroutine) && __cpp_impl_coroutine >= 201902L
28 #define CONTAINER_HAS_COROUTINES 1
29#elif defined(_MSC_VER) && _MSC_VER >= 1928
31 #define CONTAINER_HAS_COROUTINES 1
33 #define CONTAINER_HAS_COROUTINES 0
36#if CONTAINER_HAS_COROUTINES
Async wrapper for value_container operations.
C++20 coroutine generator for lazy sequence generation.
constexpr bool has_coroutine_support
Check if coroutines are available at compile time.
C++20 coroutine task type for async operations.
Thread pool executor integration for async operations.