rust/src/libstd/sys/common
Aaron Turon 0f98e75b69 Runtime removal: refactor process
This patch continues the runtime removal by moving and refactoring the
process implementation into the new `sys` module.

Because this eliminates APIs in `libnative` and `librustrt`, it is a:

[breaking-change]

This functionality is likely to be available publicly, in some form,
from `std` in the future.
2014-11-08 20:40:39 -08:00
..
helper_thread.rs Runtime removal: refactor process 2014-11-08 20:40:39 -08:00
mod.rs Runtime removal: refactor helper threads 2014-11-08 20:40:38 -08:00
net.rs Runtime removal: refactor helper threads 2014-11-08 20:40:38 -08:00