Function Semaphore.post
Lowers the Semaphore, allowing one more thread in. Returns constant OK on success, constant ERR_BUSY otherwise.
godot .core .defs .GodotError post() nothrow @nogc;
Lowers the Semaphore, allowing one more thread in. Returns constant OK on success, constant ERR_BUSY otherwise.
godot .core .defs .GodotError post() nothrow @nogc;