Flow.Launcher/Plugins/Flow.Launcher.Plugin.Program
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
..
Images Change Some Icons 2022-12-12 12:45:44 +09:00
Languages New Crowdin updates (#4002) 2025-10-14 12:14:37 +03:00
Logger remove unnecessary using 2022-11-03 18:20:13 +08:00
Programs Merge branch 'dev' into nuget_dependency 2025-07-20 19:55:36 +08:00
ViewModels fix path not changed in the textbox 2022-12-12 14:40:52 -06:00
Views Add caching to QueryAsync and integrate cache reset logic 2025-10-26 20:59:29 +08:00
AddProgramSource.xaml Format xaml styles 2025-04-24 19:46:02 +08:00
AddProgramSource.xaml.cs Use public api to call ShowMsgBox functions & remove useless Core project import 2024-11-27 12:21:34 +08:00
Flow.Launcher.Plugin.Program.csproj Upgrade nuget packages 2025-09-13 14:14:59 +08:00
Main.cs Remove CancellationToken from semaphore WaitAsync calls 2025-11-04 14:25:55 +08:00
NativeMethods.txt Replace DllImport & flags with CSWin32 2024-12-10 15:09:06 +08:00
plugin.json set all of plugins' version to default 1.0.0 2025-05-20 09:06:11 +00:00
ProgramSuffixes.xaml Move to iNKORE.UI.WPF.Modern UI Framework (#3593) 2025-10-05 13:44:40 +03:00
ProgramSuffixes.xaml.cs Use public api to call ShowMsgBox functions & remove useless Core project import 2024-11-27 12:21:34 +08:00
Settings.cs Fix typos 2025-02-21 09:29:43 +08:00
SuffixesConverter.cs bugfix 2022-10-23 22:09:22 +08:00