Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Perf: Non-Blocking/Async Providers #696

Open
linrongbin16 opened this issue May 10, 2024 · 0 comments
Open

Perf: Non-Blocking/Async Providers #696

linrongbin16 opened this issue May 10, 2024 · 0 comments

Comments

@linrongbin16
Copy link
Owner

linrongbin16 commented 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.

@linrongbin16 linrongbin16 changed the title Support Async Providers Perf: Non-Block/Async Providers May 10, 2024
@linrongbin16 linrongbin16 changed the title Perf: Non-Block/Async Providers Perf: Non-Blocking/Async Providers May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant