Comment by throwawaymaths
Comment by throwawaymaths a day 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
Comment by throwawaymaths a day 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
Rust does not. It also doesn’t use LLVM’s coroutines.