Implemented for win32 and pthreads, tested passing on win/mac/linux.
epoll and kqueue will make this run better on linux/android and macos/ios respectively but that's an optimization and pthreads should be functionally correct for now. The pthreads implementation will likely always be the choice for emscripten.
Implemented for win32 and pthreads, tested passing on win/mac/linux.
epoll and kqueue will make this run better on linux/android and macos/ios respectively but that's an optimization and pthreads should be functionally correct for now. The pthreads implementation will likely always be the choice for emscripten.