Hacker News new | ask | show | jobs
by throwawaymaths 295 days ago
doesn't the llvm coroutines require c's malloc? this is part of the reason why zig scrapped async. i would suspect Rust's async/await does allocate behind your back
1 comments

Rust does not. It also doesn’t use LLVM’s coroutines.
thanks for clarifying