Semaphore.post

Lowers the Semaphore, allowing one more thread in. Returns constant OK on success, constant ERR_BUSY otherwise.

struct Semaphore
@nogc nothrow
GodotError
post
()

Meta