about summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2013-09-16 15:28:56 -0700
committerAlex Crichton <alex@alexcrichton.com>2013-09-18 13:52:18 -0700
commitcb7756a81d3cbc48e79ffaa1a1f9d4934b581166 (patch)
tree6e66301c7448c286d8c00a8d402ed8ce132f0fba /src/rustllvm/RustWrapper.cpp
parentd2b0b11aebfe3167bf41f7c6c31cf7b1e396efe7 (diff)
downloadrust-cb7756a81d3cbc48e79ffaa1a1f9d4934b581166.tar.gz
rust-cb7756a81d3cbc48e79ffaa1a1f9d4934b581166.zip
Implement process bindings to libuv
This is a re-landing of #8645, except that the bindings are *not* being used to
power std::run just yet. Instead, this adds the bindings as standalone bindings
inside the rt::io::process module.

I made one major change from before, having to do with how pipes are
created/bound. It's much clearer now when you can read/write to a pipe, as
there's an explicit difference (different types) between an unbound and a bound
pipe. The process configuration now takes unbound pipes (and consumes ownership
of them), and will return corresponding pipe structures back if spawning is
successful (otherwise everything is destroyed normally).
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions