You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there's mutable state, why should sharing between tasks work?
Apr 07 23:04:40 <DanC_> looking into splitting ambient authority out of rust's s
td lib...
Apr 07 23:05:16 <DanC_> looking into random leads me to fs_open which leads to "
LocalIo is unsafe and should not be. rust-lang#11053" https://github.com/mozilla/rust/iss
ues/11053
Apr 07 23:06:37 <DanC_> funny thing is: if the IoFactory authority were passed a
round explicitly, rust-lang#11053 wouldn't be an issue
Apr 07 23:07:05 <DanC_> they have event loops and such, but the whole standard l
ibrary emphasizes synchronous IO APIs
The text was updated successfully, but these errors were encountered:
If there's mutable state, why should sharing between tasks work?
Apr 07 23:04:40 <DanC_> looking into splitting ambient authority out of rust's s
td lib...
Apr 07 23:05:16 <DanC_> looking into random leads me to fs_open which leads to "
LocalIo is unsafe and should not be. rust-lang#11053" https://github.com/mozilla/rust/iss
ues/11053
Apr 07 23:06:37 <DanC_> funny thing is: if the IoFactory authority were passed a
round explicitly, rust-lang#11053 wouldn't be an issue
Apr 07 23:07:05 <DanC_> they have event loops and such, but the whole standard l
ibrary emphasizes synchronous IO APIs
The text was updated successfully, but these errors were encountered: