|
|
|
|
|
by first_amendment
3223 days ago
|
|
I wonder if Rust could support pluggable concurrency models (with the accompanying runtime support). That's what Haskell does and it seems to work. At the outset that seems like a better approach than creating an incompatible sub-language. The rust-facing side of the standard library already abstracts away many platform details. |
|
The RFC that made this change https://github.com/rust-lang/rfcs/blob/master/text/0230-remo...