Click or drag to resize

SemaphoreWait Method

Tries to wait for the Semaphore, if its value is zero, blocks until non-zero. Returns on success, otherwise.

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

Return Value

Type: Error

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

See Also