Skip to content

semaphore ~semaphore

Alairion edited this page May 8, 2021 · 2 revisions

nes::semaphore::~semaphore

Functions

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

Exceptions

  1. Does not throw.

Implementation details

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