]> git.proxmox.com Git - cargo.git/commit
Auto merge of #3091 - matklad:move-exec-streamed, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 26 Sep 2016 17:48:18 +0000 (10:48 -0700)
committerGitHub <noreply@github.com>
Mon, 26 Sep 2016 17:48:18 +0000 (10:48 -0700)
commit4f57637fbeb9a79c86808609e388a1eed9a50e2f
tree97c1170c55a72355fb5c1637eede4ef5652f2ee6
parent231dce6ad4a08a0365f29a5a62051881ef192ee4
parent5eb80b741367febb5db5db7bba2ccc123c11503e
Auto merge of #3091 - matklad:move-exec-streamed, r=alexcrichton

Move stream_output to ProcessBuilder

Make `stream_output` method more reusable (I intend to use it in #3000).

Unrelated question: what is that `ExecEngine` thing? Looks like it does nothing at the moment and can be removed.