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 合併指標
 (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.

貢獻者指南