Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
zamalek
on Sept 8, 2023
|
parent
|
context
|
favorite
| on:
Maybe Rust isn’t a good tool for massively concurr...
It may no longer be necessary for pins to exist for async implementation:
https://doc.rust-lang.org/std/rc/struct.Rc.html#method.new_c...
(but the current async interface requires using them, so my point is definitely a whatifism).
kprotty
on Sept 9, 2023
[–]
Replacing Pin with Rc is what they refer to as "Arc shit up". Pin avoids the need for a heap allocation like Rc/Arc entirely.
Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: