rust/src/libstd/thread
Alex Crichton d5b0cbbeea Rollup merge of #44651 - bluss:document-thread-name-no-nuls, r=steveklabnik
Document thread builder panics for nul bytes in thread names

This seems to have been undocumented. Mention this where the name is set
(Builder::name) and where the panic could happen (Builder::spawn).

Thread::new is private and I think the builder is the only user where
this matters. A short comment was added to "document" Thread::new too.
2017-09-18 11:04:24 -05:00
..
local.rs std:🧵:LocalKey: Document limitation with initializers 2017-09-07 12:57:08 -07:00
mod.rs Rollup merge of #44651 - bluss:document-thread-name-no-nuls, r=steveklabnik 2017-09-18 11:04:24 -05:00