emscripten-core/emscripten

Asyncify: support recursive yield

开放

#10,375 创建于 2020年2月6日

 (3 条评论) (5 个反应) (0 位负责人)C++ (3,519 个派生)batch import
good first bughelp wantedwontfix

仓库指标

星标
 (27,361 个星标)
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.

贡献者指南