art kon
Results
3
comments of
art kon
looks good :+1:
Looks ok :+1:
maybe this should be an extensibility option like so: ``` php protected $unix_flavor; function set_unix_flavor(UnixInterface $unix) { $this->unix_flavor = $unix; } function get_worker_pids() { $this->unix_flavor->get_worker_pids(); } ```