Hello!
Is MacOS/iOS supported?
I have:
test = do
sem <- semOpen "/test" OpenSemFlags {semCreate = True, semExclusive = False} stdFileMode 1
semThreadWait sem
semPost sem
It fails on semThreadWait:
uncaught exception: IOException of type InvalidArgument
semTrywait: invalid argument (Bad file descriptor)
#43 suggests it might not be working on MacOS?
Thank you!