Comment by rowanG077

Comment by rowanG077 19 hours ago

21 replies

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.

messe 19 hours ago

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