-
semThreadWait uses a rather atrocious polling loop to avoid blocking, which we block the entire program when using the non-threaded runtime. However, this is unnecessary in the threaded runtime, where we can instead simply block in semWait. Take advantage of this. Fixes #253.
semThreadWait uses a rather atrocious polling loop to avoid blocking, which we block the entire program when using the non-threaded runtime. However, this is unnecessary in the threaded runtime, where we can instead simply block in semWait. Take advantage of this. Fixes #253.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.