Fix parallel code gen in RT backend
Compare changes
- Russel Arbore authored
+ 2
− 2
@@ -1361,8 +1361,8 @@ impl<'a> RTContext<'a> {
Arc<Mutex<_Option<JoinHandle<_, _>>_>>
for task parallel calls.
Arc
clones right before opening async closure (for async calls and for fork-joins).