mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-22 20:47:28 +01:00
Closes #1731
This commit is contained in:
@@ -14,7 +14,7 @@ namespace Tgstation.Server.Host.Utils
|
||||
/// <summary>
|
||||
/// <see langword="class"/> to represent a ticket in the <see cref="ticketQueue"/> and whether or not it is <see cref="Abandoned"/>.
|
||||
/// </summary>
|
||||
class FifoSemaphoreTicket
|
||||
sealed class FifoSemaphoreTicket
|
||||
{
|
||||
/// <summary>
|
||||
/// Set if the wait operation on a <see cref="FifoSemaphore"/> was cancelled to avoid clogging the queue.
|
||||
|
||||
Reference in New Issue
Block a user