arendjr@programming.dev to Rust@programming.devEnglish · 9 months agoAsync Rust can be a pleasure to work with (without Send + Sync + 'static)emschwartz.meexternal-linkmessage-square8linkfedilinkarrow-up160arrow-down10
arrow-up160arrow-down1external-linkAsync Rust can be a pleasure to work with (without Send + Sync + 'static)emschwartz.mearendjr@programming.dev to Rust@programming.devEnglish · 9 months agomessage-square8linkfedilink
minus-squaretatterdemalion@programming.devlinkfedilinkarrow-up1·9 months 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::serve
with non-Send futures.