Fix parallel code gen in RT backend
Compare changes
Files
2- Russel Arbore authored
+ 5
− 1
@@ -210,7 +210,11 @@ fn inline_func(
Arc<Mutex<_Option<JoinHandle<_, _>>_>>
for task parallel calls.
Arc
clones right before opening async closure (for async calls and for fork-joins).