Simplify scoped_thread

Avoids a bunch of manual pointer manipulation.
This commit is contained in:
Mark Rousskov 2021-09-19 14:02:38 -04:00
parent 0132f8258a
commit 0222556c07
2 changed files with 6 additions and 19 deletions

View file

@ -1,6 +1,7 @@
#![feature(bool_to_option)]
#![feature(box_patterns)]
#![feature(internal_output_capture)]
#![feature(thread_spawn_unchecked)]
#![feature(nll)]
#![feature(once_cell)]
#![recursion_limit = "256"]