Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ WaitAsync() [5/6]

Task< bool > System.Threading.SemaphoreSlim.WaitAsync ( TimeSpan timeout)
inline

Definition at line 285 of file SemaphoreSlim.cs.

286 {
287 return WaitAsync(timeout, default(CancellationToken));
288 }

References System.timeout, and System.Threading.SemaphoreSlim.WaitAsync().