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
Currently there are two boolean flags on the Process::exec function. These should be moved to setters (setBlocking, setExec, for example). This will allow easier refactoring, especially for #9
The text was updated successfully, but these errors were encountered:
Currently there are two boolean flags on the
Process::exec
function. These should be moved to setters (setBlocking, setExec, for example). This will allow easier refactoring, especially for #9The text was updated successfully, but these errors were encountered: