Flow.Launcher/Plugins
Jack251970 db0c86d50c Remove CancellationToken from semaphore WaitAsync calls
Removed the `CancellationToken` parameter from `WaitAsync` calls
on semaphores in `EverythingAPI.cs` and `Main.cs`. This change
eliminates cancellation support for semaphore waits, likely due
to a design decision prioritizing simplicity or avoiding issues
with cancellation handling.

In `EverythingAPI.cs`, `WaitAsync(token)` was replaced with
`WaitAsync()` in two methods. Similarly, in `Main.cs`, the
`WaitAsync` calls for `_win32sLock` and `_uwpsLock` were updated
to remove the `token` parameter.

Note: This change may impact the ability to gracefully handle
cancellation during semaphore waits.
2025-11-04 14:25:55 +08:00
..
Flow.Launcher.Plugin.BrowserBookmark Bump Microsoft.Data.Sqlite from 9.0.9 to 9.0.10 2025-10-14 22:07:02 +00:00
Flow.Launcher.Plugin.Calculator Release 2.0.2 | Plugin 5.1.0 (#4046) 2025-10-14 13:49:29 +03:00
Flow.Launcher.Plugin.Explorer Remove CancellationToken from semaphore WaitAsync calls 2025-11-04 14:25:55 +08:00
Flow.Launcher.Plugin.PluginIndicator Release 2.0.2 | Plugin 5.1.0 (#4046) 2025-10-14 13:49:29 +03:00
Flow.Launcher.Plugin.PluginsManager Release 2.0.1 (#3998) 2025-09-21 20:23:00 +08:00
Flow.Launcher.Plugin.ProcessKiller Release 2.0.2 | Plugin 5.1.0 (#4046) 2025-10-14 13:49:29 +03:00
Flow.Launcher.Plugin.Program Remove CancellationToken from semaphore WaitAsync calls 2025-11-04 14:25:55 +08:00
Flow.Launcher.Plugin.Shell Release 2.0.2 | Plugin 5.1.0 (#4046) 2025-10-14 13:49:29 +03:00
Flow.Launcher.Plugin.Sys Release 2.0.2 | Plugin 5.1.0 (#4046) 2025-10-14 13:49:29 +03:00
Flow.Launcher.Plugin.Url merge back v2.0.2 from master to dev 2025-10-14 22:35:06 +11:00
Flow.Launcher.Plugin.WebSearch Release 2.0.2 | Plugin 5.1.0 (#4046) 2025-10-14 13:49:29 +03:00
Flow.Launcher.Plugin.WindowsSettings Release 2.0.2 | Plugin 5.1.0 (#4046) 2025-10-14 13:49:29 +03:00