mirror of
https://github.com/duplicati/duplicati.git
synced 2025-11-28 11:30:24 +08:00
This PR changes the termination signal to a `CancellationToken` instead of a `ManualResetEvent` as the former works better with async code. With this change there is no longer a thread being captured during each long poll operation. This fixes #6452 |
||
|---|---|---|
| .. | ||
| IApplicationSettings.cs | ||
| ILogWriteHandler.cs | ||
| IProgressStateProviderService.cs | ||
| IQueueRunnerService.cs | ||
| ISchedulerService.cs | ||