arendjr@programming.dev to Rust@programming.devEnglish · 2 years agoAsync Rust can be a pleasure to work with (without Send + Sync + 'static)emschwartz.meexternal-linkmessage-square8linkfedilinkarrow-up134arrow-down10
arrow-up134arrow-down1external-linkAsync Rust can be a pleasure to work with (without Send + Sync + 'static)emschwartz.mearendjr@programming.dev to Rust@programming.devEnglish · 2 years agomessage-square8linkfedilink
minus-squaretatterdemalion@programming.devlinkfedilinkarrow-up1·2 years agoNot exactly. I’m talking specifically about being able to call axum::serve with non-Send futures.
Not exactly. I’m talking specifically about being able to call
axum::servewith non-Send futures.