]> git.lizzy.rs Git - rust.git/commit
std: Update std::rt::thread to specify stack sizes
authorAlex Crichton <alex@alexcrichton.com>
Fri, 13 Dec 2013 02:06:39 +0000 (18:06 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 25 Dec 2013 03:59:52 +0000 (19:59 -0800)
commit780afeaf0a2c063c68d91660eb15a3314f1eadcb
tree5e6e5aef0ce7f4acb44ae021ab1e399c6d3df7e3
parent7554f5c58f840b648bc3c5b2d24d0df6683eed03
std: Update std::rt::thread to specify stack sizes

It's now possible to spawn an OS thread with a stack that has a specific size.
src/libstd/rt/thread.rs