Some changes on the file compression for linux and windows regards threading. #83

Merged
cake merged 3 commits from linux-improvements into 1.12.4 2025-11-09 05:11:34 +00:00
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();