Wait for one operation to succeed.
template< typename Executor> awaitable< std::variant< std::monostate, std::monostate >, Executor > operator||( awaitable< void, Executor > t, awaitable< void, Executor > u);
If one operations succeeds, the other is cancelled as the OR-condition is already satisfied.