Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
randyrand
on Sept 9, 2023
|
parent
|
context
|
favorite
| on:
Maybe Rust isn’t a good tool for massively concurr...
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.
kprotty
on Sept 9, 2023
[–]
no, .Wait in C# or block_on in Rust keep the caller sync while evaluating the async callee, preventing the "bubble up".
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
u32 / float does not have the problem. It does not "bubble up", unless you want it to.