4 Commits

Author SHA1 Message Date
Mitchell Hashimoto
1a6ae81aa9 Require what to be notified for with block and Subprocess.execute
There was an issue before where the stdin buffer would always have space
so it would always yield that block and Ruby would spin at 100%. Now we
require all callers to say what they want to listen for. This drops
CPU down to almost nothing.

See GH-832
2012-06-01 17:02:12 +02:00
Mitchell Hashimoto
903fd3acdc Easy operations API local now echoes stdout/stderr 2012-06-01 16:38:40 +02:00
Mitchell Hashimoto
ca6d49bc94 Easy operations run and sudo now echo stdout/stderr 2012-06-01 16:33:41 +02:00
Mitchell Hashimoto
31ac7271aa Rename EasyCommand namespace to Easy 2012-05-05 22:16:13 -07:00