arendjr@programming.dev to Rust@programming.devEnglish · 3 months agoAsync Rust can be a pleasure to work with (without Send + Sync + 'static)emschwartz.meexternal-linkmessage-square7fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linkAsync Rust can be a pleasure to work with (without Send + Sync + 'static)emschwartz.mearendjr@programming.dev to Rust@programming.devEnglish · 3 months agomessage-square7fedilink
minus-squareGiooschi@lemmy.worldlinkfedilinkEnglisharrow-up0·3 months ago Would it makes sense to provide a “share nothing” runtime implementation that can be injected at startup? Isn’t this tokio::task::spawn_local?
Isn’t this
tokio::task::spawn_local
?