execute order 66

This commit is contained in:
Quaternions 2024-01-25 00:26:35 -08:00
parent 44725f65df
commit 1164f8e12a

View File

@ -1554,8 +1554,8 @@ async fn compile(config:CompileConfig)->AResult<()>{
} }
}); });
//why can't I do this? is this even what I want? //is this even what I want?
//let u=u.buffer_unordered(32); let u=u.map(|f|async{f}).buffer_unordered(32);
//begin processing immediately //begin processing immediately
u.fold((&mut stack,&mut dom),|(stack,dom),bog:Result<_,anyhow::Error>|async{ u.fold((&mut stack,&mut dom),|(stack,dom),bog:Result<_,anyhow::Error>|async{