Boxiu Lee

Results 11 comments of Boxiu Lee

Lowering example: ## Lowerring ```pivot-lang async fn main() Future { let a = await task1(); return await task2(a); } ``` ```pivot-lang fn main() Future { let ctx = MainGeneratorCtx{}; return...