Y
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
steveklabnik
295 days ago
Rust does not. It also doesn’t use LLVM’s coroutines.
link
throwawaymaths
295 days ago
thanks for clarifying
link