Hi, Is there any cooperatively scheduling thread emulation library available for emscripten? I found quite a few 1:n userspace threading libraries (gnu portable threads, uthread, ...) however all seem to use low-level platform specific quirks to deal with the issue of switching the context/stack between threads - which I am quite sure would not work with emscripten.
In case no such library exists, is there any way to switch the current stack when using emscripten? Thanks in advance, Clemens -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
