Oddbean new post about | logout
 nostr:npub129gvast08lj986yftn7q5qlnj8yfqufxx0m33s9u5xssjm8c64rsve4kwg oh, what I meant was that the framework would be sync like `iron` or the old versions of `rocket` and all endpoints would be sync. If you need async, you'd have to start a runtime, handle all futures, and return the results. No magic, no hidden runtime, very explicit. We should make running a few futures concurrently as easy as possible.