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