Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
bkolobara
11 months ago
|
parent
|
context
|
favorite
| on:
Unexpected productivity boost of Rust
Yes, if you use a scheduler that doesn't move work between threads, it will not require the task to be Send, and the example code would compile.
Rust can use that type information and lifetimes to figure out when it's safe and when not.
Consider applying for YC's Fall 2026 batch!
Applications
are open till July 27.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Rust can use that type information and lifetimes to figure out when it's safe and when not.