libcoro  1.0
Coroutine support library for C++20

◆ async() [2/2]

template<typename T , coro_allocator Alloc = std_allocator>
template<typename A >
coro::async< T, Alloc >::async ( async< T, A > &&  other)
inline

convert from different allocator (because the allocator is only used during creation)

Definition at line 146 of file async.h.