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

Synchronous API #33

Open
SukkaW opened this issue Aug 22, 2024 · 2 comments
Open

Synchronous API #33

SukkaW opened this issue Aug 22, 2024 · 2 comments

Comments

@SukkaW
Copy link

SukkaW commented Aug 22, 2024

Like x.sync and execSync, powered by child_process#spawnSync?

@BobbieGoede
Copy link

This package is really neat, I agree synchronous functions similar to those provided by child_process seem to be missing. These would allow us to easily replace packages such as execa (or others).

@43081j 43081j changed the title Syncurons API Synchronous API Sep 11, 2024
@43081j
Copy link
Collaborator

43081j commented Sep 11, 2024

I think it makes sense to have a sync API

It'll be a chunky piece of work I think since most of the underlying logic is async. But should be doable

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

3 participants