Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
carllerche
on April 10, 2015
|
parent
|
context
|
favorite
| on:
Fearless concurrency with Rust
Well, Rust doesn't have any opinions regarding blocking or not. Currently, std::io implements blocking IO, but as you pointed out, Rust allows libraries to implement non-blocking / async paradigms.
steveklabnik
on April 10, 2015
[–]
"Rust is so low-level that IO is a library concern, not a language concern," as I like to say.
Ygg2
on April 10, 2015
|
parent
[–]
But standard IO is blocking, correct?
But Rust being so low level to not care about IO is Awesome :)
steveklabnik
on April 10, 2015
|
root
|
parent
[–]
We're starting off by only having blocking IO in the standard library, yes.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: