-
-
Notifications
You must be signed in to change notification settings - Fork 1
Break out blocking and exec booleans into setters #10
Copy link
Copy link
Closed
Labels
good first issueSuitable starting point for new contributorsSuitable starting point for new contributorshelp wantedExtra input or contributions neededExtra input or contributions neededrefactorInternal code restructuring without behaviour changeInternal code restructuring without behaviour change
Metadata
Metadata
Assignees
Labels
good first issueSuitable starting point for new contributorsSuitable starting point for new contributorshelp wantedExtra input or contributions neededExtra input or contributions neededrefactorInternal code restructuring without behaviour changeInternal code restructuring without behaviour change
Currently there are two boolean flags on the
Process::execfunction. These should be moved to setters (setBlocking, setExec, for example). This will allow easier refactoring, especially for #9