emscripten-core/emscripten

Asyncify: support recursive yield

Open

#10.375 aberto em 6 de fev. de 2020

Ver no GitHub
 (3 comments) (5 reactions) (0 assignees)C++ (3.519 forks)batch import
good first bughelp wantedwontfix

Métricas do repositório

Stars
 (27.361 stars)
Métricas de merge de PR
 (Mesclagem média 19d 10h) (147 fundiu PRs em 30d)

Description

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.

Guia do colaborador