You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 6, 2025. It is now read-only.
In the ReadMe (at main branch) it said "It can be activated with macro USE_PORTABLE_COROUTINE_HANDLE".
However, I cannot find any usage of "USE_PORTABLE_COROUTINE_HANDLE" in this repo.
After reading the code at coroutine/frame.h, I think there is no way to use the coroutine_handle in the STL in linux with g++. That means I can only use your implementation in coroutine/frame.h
In the ReadMe (at main branch) it said "It can be activated with macro USE_PORTABLE_COROUTINE_HANDLE".
However, I cannot find any usage of "USE_PORTABLE_COROUTINE_HANDLE" in this repo.
After reading the code at
coroutine/frame.h, I think there is no way to use thecoroutine_handlein the STL in linux with g++. That means I can only use your implementation incoroutine/frame.h