C++ coroutines: no callable ‘await_resume’ function found for type--Raymond Chen
THe series continue.
C++ coroutines: no callable ‘await_resume’ function found for type
by Raymond Chen
From the article:
You try to co_await something and get the error message
no callable ‘await_resume’ (or ‘await_ready’ or ‘await_suspend’) function found for type ‘Expression’What does this mean?