tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
IFileStreamProvider.cs
Go to the documentation of this file.
1using System;
2using System.IO;
3using System.Threading;
4using System.Threading.Tasks;
5
7{
12 {
19 ValueTask<Stream> GetResult(CancellationToken cancellationToken);
20 }
21}
Interface for asynchronously consuming Streams of files.
ValueTask< Stream > GetResult(CancellationToken cancellationToken)
Gets the provided Stream. May be called multiple times, though cancelling any may cause all calls to ...