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: uv.spawn #128

Merged
merged 32 commits into from
Sep 2, 2023
Merged

perf: uv.spawn #128

merged 32 commits into from
Sep 2, 2023

Conversation

linrongbin16
Copy link
Owner

@linrongbin16 linrongbin16 commented Sep 2, 2023

  1. perf: async uv.spawn
  2. add two provider types: "plain_list" and "command_list", so allow passing command lines in lua list, see:
    provider = {
    . This is because uv.spawn only accept command lines in list format, see: How to pass command line string to uv.spawn? luvit/luv#673.
  3. fix sleep in live grep under Windows, Windows cannot use sleep 0.1 &&.

@linrongbin16 linrongbin16 merged commit 5d54505 into main Sep 2, 2023
1 check passed
@linrongbin16 linrongbin16 deleted the linrongbin16/perf-spawn branch September 2, 2023 13:35
This was referenced Mar 17, 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

Successfully merging this pull request may close these issues.

1 participant