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
channel opened
Message received: Hello, World
channel closed
Known Workarounds
With my very limited knowledge I was able to make example above work with a patched version of sts/private/syslocks which uses events (no proper error handling). I'm pretty sure there is a better way to do this:
Description
This code compiles but fails due to missing function in kernel32.dll in WindowsXP.
Nim Version
2.0.8
Current Output
Expected Output
Known Workarounds
With my very limited knowledge I was able to make example above work with a patched version of
sts/private/syslocks
which uses events (no proper error handling). I'm pretty sure there is a better way to do this:Additional Information
std/private/syslocks
module hasInitializeConditionVariable
function being imported from kernel32.dll which was added in Windows Vista and up (https://learn.microsoft.com/en-us/windows/win32/api/synchapi/nf-synchapi-initializeconditionvariable) and does not exist on previous versions.The text was updated successfully, but these errors were encountered: