libcoro
1.0
Coroutine support library for C++20
|
◆ operator+()
template<typename T , bool atomic>
template<bool f>
Combine two promises into one. Two promises are combined into one and they can be fulfilled together by single call operation. Requires T copy constructible. There is no reverse operation
|