]> git.lizzy.rs Git - rust.git/commit
Change sys::Thread::new to take the thread entry as Box<dyn FnBox() + 'static>̣
authorJethro Beekman <jethro@fortanix.com>
Fri, 30 Nov 2018 05:09:12 +0000 (10:39 +0530)
committerJethro Beekman <jethro@fortanix.com>
Thu, 6 Dec 2018 15:07:15 +0000 (20:37 +0530)
commitc559216ad0d2f0737f8dbb51a7d42b1727b77b3c
tree61eff11ff6e504d1f5a23ea975c233a3b447853e
parent6c0364064604d1a3a7755339e7ea81bbea53c005
Change sys::Thread::new to take the thread entry as Box<dyn FnBox() + 'static>̣
src/libstd/sys/cloudabi/thread.rs
src/libstd/sys/redox/thread.rs
src/libstd/sys/unix/thread.rs
src/libstd/sys/wasm/thread.rs
src/libstd/sys/windows/thread.rs
src/libstd/thread/mod.rs