Async Rust can be a pleasure to work with (without `Send + Sync + 'static`)

from blog Evan Schwartz, | ↗ original
Async Rust is powerful. And it can be a pain to work with (and learn). Async Rust can be a pleasure to work with, though, if we can do it without `Send + Sync + 'static`.