logoalt Hacker News

rowanG077yesterday at 4:16 PM1 replyview on HN

But that can already be done using async await. If you write an async function in Rust for example you are free to call it with any async runtime you want.


Replies

messeyesterday at 4:19 PM

But you can't call it from synchronous rust. Zig is moving toward all sync code also using the Io interface.

show 1 reply