FastSemaphore

FastSemaphores differ from classic semaphores in the following ways:

Since there are no objects associated with FastSemaphores, there are a number of restrictions that developers should be aware of before using a FastSemaphore:

Note: Internal objects are created from the system's internal allocation space (IntMSpace).

Topics: