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

Fiber based std.process #1832

Open
WebFreak001 opened this issue Jul 11, 2017 · 1 comment
Open

Fiber based std.process #1832

WebFreak001 opened this issue Jul 11, 2017 · 1 comment

Comments

@WebFreak001
Copy link
Contributor

there should be a vibe alternative of std.process (especially spawnProcess and spawnShell) so one doesn't need to use worker tasks, handle exceptions, care about thread safety etc.

Spawning processes is often a very useful way to perform tasks and reuse programs that are difficult to implement if programming them into the code

@CyberShadow
Copy link
Contributor

Some existing discussion:
http://forum.dlang.org/post/vjvmdacytocqbiodoqha@forum.dlang.org

One pertinent link posted there enumerating some of the challenges of this subject:
https://ldpreload.com/blog/signalfd-is-useless

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