]> git.lizzy.rs Git - rust.git/commit
AsRawHandle and IntoRawHandle for JoinHandle
authorPeter Atashian <retep998@gmail.com>
Thu, 29 Oct 2015 20:54:09 +0000 (16:54 -0400)
committerPeter Atashian <retep998@gmail.com>
Sat, 5 Dec 2015 01:09:30 +0000 (20:09 -0500)
commit95cdada99a02c5abea4898f46e04f7a271419dac
treeb8865e6300269b2448f7a8a67db1af802222356d
parentf5150dd9b42d15563e18218910cafc0d4d053250
AsRawHandle and IntoRawHandle for JoinHandle
This allows users to get the HANDLE of a spawned thread on Windows

Signed-off-by: Peter Atashian <retep998@gmail.com>
src/libstd/sys/windows/ext/mod.rs
src/libstd/sys/windows/ext/thread.rs [new file with mode: 0644]
src/libstd/sys/windows/thread.rs
src/libstd/thread/mod.rs