Click or drag to resize

SemaphorePost Method

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Error Post()

Return Value

Type: Error

[Missing <returns> documentation for "M:Godot.Semaphore.Post"]

See Also