AT
Size: a a a
AT
G
AP
AP
AM
AM
VK
AM
VK
void await_suspend(stdcoro::coroutine_handle<> thisCoroutine) noexcept
{
co_await m_taskItem;
thisCoroutine.resume();
}
AM
void await_suspend(stdcoro::coroutine_handle<> thisCoroutine) noexcept
{
co_await m_taskItem;
thisCoroutine.resume();
}
void await_suspend
сама не является корутиной, вот и падаетVK
void await_suspend
сама не является корутиной, вот и падаетAM
thisCoroutine.resume();
AM
VK
VK
VK
AM
VK
AZ
AM