You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should use pthread for posix systems, windows threads for windows systems. We should get rid of the dependency on pthread-win32 and instead provide small wrappers around OS-specific code ourselves. This makes compiling with msvc easier.
It should use pthread for posix systems, windows threads for windows systems. We should get rid of the dependency on pthread-win32 and instead provide small wrappers around OS-specific code ourselves. This makes compiling with msvc easier.