arendjr@programming.dev to Rust@programming.devEnglish · 2 months agoAsync Rust can be a pleasure to work with (without Send + Sync + 'static)emschwartz.meexternal-linkmessage-square6fedilinkarrow-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 · 2 months agomessage-square6fedilink
minus-squareGiooschi@lemmy.worldlinkfedilinkEnglisharrow-up0·2 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
?