A Fiber level Mutex, essentially a binary FiberSemaphore
Wait for FiberSemaphore count to be greater than 0
Increment the FiberSemaphore count
See Implementation
A Fiber level Mutex, essentially a binary FiberSemaphore