Skip to content

timed_semaphore ~timed_semaphore

Alairion edited this page May 8, 2021 · 2 revisions

nes::timed_semaphore::~timed_semaphore

Functions

(1) ~timed_semaphore();
  1. Destroys the timed semaphore object.

Exceptions

  1. Does not throw.

Implementation details

  1. On Windows, the timed_semaphore is destroyed using CloseHandle
    On Posix systems, the timed_semaphore is destroyed using sem_destroy
Clone this wiki locally