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

Asynchronous tasks #21

Open
Wtyd opened this issue May 2, 2022 · 1 comment
Open

Asynchronous tasks #21

Wtyd opened this issue May 2, 2022 · 1 comment

Comments

@Wtyd
Copy link

Wtyd commented May 2, 2022

Hi! I'm the creator of Wtyd/githooks. It's an app based on Laravel Zero for managin QA tools and git hooks. I want to make a new feature to run the tools in parallel (phpmd, phpcs, etc). I currently use raw php methods (exec, passthru, etc). Investigating I have seen that this library was incorporated into the core of the Laravel Framework and that in turn has a dependency symfony/process. The question is, is there a way to execute tasks asynchronously or should I directly use symfony/process?

@asciito
Copy link

asciito commented Mar 10, 2023

You can actually see that this package it's not so "complicated" (macro), having that in mind you shouldn't expect that behavior from the package. You should use symphony/process. This macro is more like a output enhancement for the final user.

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

2 participants