rust-threads

I was not sure if threads in Rust running on Windows are real Windows threads or green threads. They are Windows threads as noted below.

image

The thread ID returned by thread::current().id() is a Rust value, however, and not the Windows TID.