Added smoothing on the download bar, reducing jitter. #86 #87

Closed
cake wants to merge 57 commits from download-bar into dotnet10-api14-migration
Showing only changes of commit e9082ab8d0 - Show all commits

View File

@@ -947,7 +947,7 @@ public sealed class FileCompactor : IDisposable
public void Dispose()
{
_fragBatch?.Dispose()
_fragBatch?.Dispose();
_compactionQueue.Writer.TryComplete();
_compactionCts.Cancel();