about summary refs log tree commit diff
path: root/src/libstd/sys/windows/ext/thread.rs
AgeCommit message (Collapse)AuthorLines
2015-12-04AsRawHandle and IntoRawHandle for JoinHandlePeter Atashian-0/+29
This allows users to get the HANDLE of a spawned thread on Windows Signed-off-by: Peter Atashian <retep998@gmail.com>