YOU SAID:
So it’s not just the co_await case, it’s every case when you are using std::future
INTO JAPANESE
したがって、これは co_await の場合だけではなく、 std::future を使用するすべての場合に当てはまります。
BACK INTO ENGLISH
So this is true for all uses of std::future , not just for co_await .
INTO JAPANESE
したがって、これは co_await だけでなく、 std::future のすべての使用に当てはまります。
BACK INTO ENGLISH
So this applies to all uses of std::future , not just co_await .
INTO JAPANESE
したがって、これは co_await だけでなく、 std::future のすべての使用に当てはまります。
BACK INTO ENGLISH
So this applies to all uses of std::future , not just co_await .
That didn't even make that much sense in English.