-
Notifications
You must be signed in to change notification settings - Fork 7
semaphore ~semaphore
Alairion edited this page May 8, 2021
·
2 revisions
nes::semaphore::~semaphore
(1) ~semaphore();
- Destroys the semaphore object.
- Does not throw.
- On Windows, the semaphore is destroyed using
CloseHandle
On Posix systems, the semaphore is destroyed usingsem_destroy