File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1414namespace Soenneker . Utils . BackgroundQueue ;
1515
1616/// <inheritdoc cref="IBackgroundQueue"/>
17- public class BackgroundQueue : IBackgroundQueue
17+ public sealed class BackgroundQueue : IBackgroundQueue
1818{
1919 private readonly Channel < Func < CancellationToken , ValueTask > > _valueTaskChannel ;
2020 private readonly Channel < Func < CancellationToken , Task > > _taskChannel ;
Original file line number Diff line number Diff line change 1212namespace Soenneker . Utils . BackgroundQueue ;
1313
1414/// <inheritdoc cref="IQueuedHostedService"/>
15- public class QueuedHostedService : BackgroundService , IQueuedHostedService
15+ public sealed class QueuedHostedService : BackgroundService , IQueuedHostedService
1616{
1717 private readonly IBackgroundQueue _queue ;
1818 private readonly ILogger < QueuedHostedService > _logger ;
You can’t perform that action at this time.
0 commit comments