rust/src/libstd/sys
bors aad4e5665e Auto merge of #30177 - retep998:handling-threads, r=alexcrichton
Allows a `HANDLE` to be extracted from a `JoinHandle` on Windows.
Allows a `pthread_t` to be extracted from a `JoinHandle` everywhere else.

Because https://github.com/rust-lang/rust/pull/29461 was closed.

r? @alexcrichton
2015-12-05 20:49:16 +00:00
..
common std: Add Instant and SystemTime to std::time 2015-11-19 09:32:38 -08:00
unix Auto merge of #30177 - retep998:handling-threads, r=alexcrichton 2015-12-05 20:49:16 +00:00
windows AsRawHandle and IntoRawHandle for JoinHandle 2015-12-04 20:09:30 -05:00