-
Notifications
You must be signed in to change notification settings - Fork 7
timed_semaphore release
Alairion edited this page May 8, 2021
·
2 revisions
nes::timed_semaphore::release
(1) void release();
- Increments the resource counter.
None.
- None.
- May throw an exception if the resource counter can not be incremented.
- On Windows, calls
ReleaseSemaphore
On Posix systems, callssem_post