emscripten-core/emscripten

Asyncify: support recursive yield

Open

#10,375 建立於 2020年2月6日

在 GitHub 查看
 (3 留言) (5 反應) (0 負責人)C++ (3,519 fork)batch import
good first bughelp wantedwontfix

倉庫指標

Star
 (27,361 star)
PR 合併指標
 (平均合併 19天 10小時) (30 天內合併 147 個 PR)

描述

E.g. calling emscripten_sleep() while currently suspended from another emscripten_sleep().

Today this results in an "TypeError: Asyncify.dataInfo[Asyncify.currData] is undefined" error on the second wakeup.

貢獻者指南