execute order 66
This commit is contained in:
parent
44725f65df
commit
1164f8e12a
@ -1554,8 +1554,8 @@ async fn compile(config:CompileConfig)->AResult<()>{
|
||||
}
|
||||
});
|
||||
|
||||
//why can't I do this? is this even what I want?
|
||||
//let u=u.buffer_unordered(32);
|
||||
//is this even what I want?
|
||||
let u=u.map(|f|async{f}).buffer_unordered(32);
|
||||
|
||||
//begin processing immediately
|
||||
u.fold((&mut stack,&mut dom),|(stack,dom),bog:Result<_,anyhow::Error>|async{
|
||||
|
Loading…
Reference in New Issue
Block a user