You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make LSP related commands (FzfxLspDefinitions, FzfxLspIncomingCalls, etc) non-blocking.
Because LSP related commands are sending requests & receive responses to LSP servers for collecting lines for fzf command, which network IO is sync now. It would thus make related commands blocking.
This will require the providers inside the engine support async workflow.
The text was updated successfully, but these errors were encountered:
linrongbin16
changed the title
Support Async Providers
Perf: Non-Block/Async Providers
May 10, 2024
linrongbin16
changed the title
Perf: Non-Block/Async Providers
Perf: Non-Blocking/Async Providers
May 10, 2024
Make LSP related commands (
FzfxLspDefinitions
,FzfxLspIncomingCalls
, etc) non-blocking.Because LSP related commands are sending requests & receive responses to LSP servers for collecting lines for fzf command, which network IO is sync now. It would thus make related commands blocking.
This will require the providers inside the engine support async workflow.
The text was updated successfully, but these errors were encountered: