tgstation-server
6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Host
Utils
IAsyncDelayer.cs
Go to the documentation of this file.
1
using
System;
2
using
System.Threading;
3
using
System.Threading.Tasks;
4
5
namespace
Tgstation.Server.Host.Utils
6
{
10
interface
IAsyncDelayer
11
{
18
ValueTask
Delay
(TimeSpan timeSpan, CancellationToken cancellationToken);
19
}
20
}
Tgstation.Server.Host.Utils.IAsyncDelayer
For waiting asynchronously.
Definition
IAsyncDelayer.cs:11
Tgstation.Server.Host.Utils.IAsyncDelayer.Delay
ValueTask Delay(TimeSpan timeSpan, CancellationToken cancellationToken)
Create a Task that completes after a given timeSpan .
Tgstation.Server.Host.Utils
Definition
AbstractHttpClientFactory.cs:10
Generated by
1.9.8