Function rustc_interface::util::scoped_thread
source · Expand description
Like a thread::Builder::spawn
followed by a join()
, but avoids the need
for 'static
bounds.
Like a thread::Builder::spawn
followed by a join()
, but avoids the need
for 'static
bounds.