Files
rust/src
bors f34ff7af73 Auto merge of #25495 - alexcrichton:process-pid, r=aturon
This commits adds a method to the `std::process` module to get the process
identifier of the child as a `u32`. On Windows the underlying identifier is
already a `u32`, and on Unix the type is typically defined as `c_int` (`i32` for
almost all our supported platforms), but the actually pid is normally a small
positive number.

Eventually we may add functions to load information about a process based on its
identifier or the ability to terminate a process based on its identifier, but
for now this function should enable this sort of functionality to exist outside
the standard library.
2015-05-19 19:20:20 +00:00
..
2015-05-17 11:25:17 +12:00
2015-05-15 16:04:01 -07:00
2015-05-13 14:35:53 +12:00
2015-05-15 16:04:01 -07:00
2015-05-15 16:04:01 -07:00
2015-05-15 16:04:01 -07:00
2015-05-15 16:04:01 -07:00
2015-05-15 16:04:01 -07:00
2015-04-29 08:55:31 -07:00
2015-05-15 16:04:01 -07:00
2015-05-15 16:04:01 -07:00
2015-05-06 03:00:13 +02:00
2015-05-11 15:05:57 -07:00
2015-04-28 17:23:45 -07:00