libcoro  1.0
Coroutine support library for C++20

◆ operator=()

template<typename T , bool atomic>
promise& coro::promise< T, atomic >::operator= ( promise< T, atomic > &&  other)
inline

Assign by move.

Definition at line 205 of file future.h.