You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: