Flow.Launcher/Flow.Launcher.Core/ExternalPlugins
Jack251970 88fd1e56d0 Handle OperationCanceledException gracefully
Added a `catch` block for `OperationCanceledException` in
`PluginsManifest.cs` to ignore canceled operations. Updated
`EverythingAPI.cs` to use cancellation tokens with `_semaphore.WaitAsync`
and handle cancellations by exiting the method cleanly with `yield break`.
2025-11-06 20:47:54 +08:00
..
Environments Add AbstractPluginEnvironment.API back 2025-09-23 17:52:49 +08:00
CommunityPluginSource.cs Use PublicApi.Instance instead of private one 2025-09-23 17:40:54 +08:00
CommunityPluginStore.cs Use null as flag to report community source error 2025-04-18 07:17:33 +08:00
FlowPluginException.cs Plugin Exception Draft (#1147) 2022-08-12 23:12:38 +10:00
PluginsManifest.cs Handle OperationCanceledException gracefully 2025-11-06 20:47:54 +08:00