Flow.Launcher/Plugins/Flow.Launcher.Plugin.Explorer
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
..
EverythingSDK Add sdk files 2022-11-04 01:19:14 -05:00
Exceptions Add new constructor for EngineNotAvailableException 2023-01-19 16:21:23 +08:00
Helper Use Localization for Explorer plugin 2025-07-16 21:28:17 +08:00
Images - Change Explorer Plugin Icon 2024-05-31 23:49:13 +09:00
Languages New Crowdin updates (#4002) 2025-10-14 12:14:37 +03:00
Search Remove CancellationToken from semaphore WaitAsync calls 2025-11-04 14:25:55 +08:00
ViewModels Use Flow.Launcher.Localization to improve code quality 2025-09-21 11:50:51 +08:00
Views Move to iNKORE.UI.WPF.Modern UI Framework (#3593) 2025-10-05 13:44:40 +03:00
ContextMenu.cs Use Flow.Launcher.Localization to improve code quality 2025-09-21 11:50:51 +08:00
Flow.Launcher.Plugin.Explorer.csproj Use Flow.Launcher.Localization to improve code quality 2025-09-21 11:50:51 +08:00
Main.cs Use Flow.Launcher.Localization to improve code quality 2025-09-21 11:50:51 +08:00
plugin.json set all of plugins' version to default 1.0.0 2025-05-20 09:06:11 +00:00
Settings.cs Use Flow.Launcher.Localization to improve code quality 2025-09-21 11:50:51 +08:00