Y
Hacker News
new
|
ask
|
show
|
jobs
by
randyrand
1018 days ago
Right, but now you are forced to convert the calling function to async.
u32 / float does not have the problem. It does not "bubble up", unless you want it to.
1 comments
kprotty
1018 days ago
no, .Wait in C# or block_on in Rust keep the caller sync while evaluating the async callee, preventing the "bubble up".
link