Semaphore.close

Call this function when the semaphore is no longer needed.

This function is mostly useful for unittests, where the same semaphore instance might be used multiple times.

struct Semaphore
pure nothrow @safe @nogc
void
close
()

Meta