From 57c6eb7b2ba4375039d289e84e51e9e784b08f31 Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Fri, 25 Jun 2021 17:49:43 +0200 Subject: Test multithreading support in lazy-jit --- example/std_example.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'example/std_example.rs') diff --git a/example/std_example.rs b/example/std_example.rs index 7d608df9253..5bc51a541b5 100644 --- a/example/std_example.rs +++ b/example/std_example.rs @@ -15,8 +15,6 @@ fn main() { let stderr = ::std::io::stderr(); let mut stderr = stderr.lock(); - // FIXME support lazy jit when multi threading - #[cfg(not(lazy_jit))] std::thread::spawn(move || { println!("Hello from another thread!"); }); -- cgit 1.4.1-3-g733a5