|
tgstation-server 6.19.2
The /tg/station 13 server suite
|
For waiting asynchronously. More...

Public Member Functions | |
| ValueTask | Delay (TimeSpan timeSpan, CancellationToken cancellationToken) |
| Create a Task that completes after a given timeSpan . | |
For waiting asynchronously.
Definition at line 10 of file IAsyncDelayer.cs.
| ValueTask Tgstation.Server.Host.Utils.IAsyncDelayer.Delay | ( | TimeSpan | timeSpan, |
| CancellationToken | cancellationToken | ||
| ) |
Create a Task that completes after a given timeSpan .
| timeSpan | The TimeSpan that must elapse. |
| cancellationToken | The CancellationToken for the operation. |
Implemented in Tgstation.Server.Host.Utils.AsyncDelayer.
Referenced by Tgstation.Server.Host.Swarm.SwarmService.CommitUpdate(), Tgstation.Server.Host.System.WindowsNetworkPromptReaper.ExecuteAsync(), Tgstation.Server.Host.Components.Session.SessionController.GetLaunchResult(), Tgstation.Server.Host.Security.IdentityCacheObject.IdentityCacheObject(), Tgstation.Server.Host.Components.InstanceManager.InitializeSwarm(), Tgstation.Server.Host.Components.Deployment.DmbFactory.LogLockStatesLoop(), Tgstation.Server.Host.Components.Session.SessionControllerFactory.PortBindTest(), Tgstation.Server.Host.Components.Session.SessionController.PostValidationShutdown(), Tgstation.Server.Host.Components.InstanceManager.ProcessBridgeRequest(), Tgstation.Server.Host.Transfer.FileTransferService.QueueExpiry(), Tgstation.Server.Host.Extensions.TopicClientExtensions.SendWithOptionalPriority(), Tgstation.Server.Host.System.PosixSignalHandler.SignalChecker(), and Tgstation.Server.Host.Components.Instance.TimerLoop().
