7 ms·
Right now, if you want async/await, you either have warp or tide. Hopefully gotham or rocket gets around to updating.
by dbcfd 7y ago
Right now, if you want async/await, you either have warp or tide.
Hopefully gotham or rocket gets around to updating.
- rudedogg 7y agoCan anyone comment on how close Rocket is to a 0.5 release? I’ve been wondering for awhile, but opening an issue to ask seems annoying.
- agersant 7y agoI don't have any insight but you can subscribe to this issue to see how things are moving: https://github.com/SergioBenitez/Rocket/issues/1065 https://github.com/SergioBenitez/Rocket/issues/1065
- nicoburns 7y agoI've been following this quite closely. Most of the work seems to be done. But development is very stop-start in fits and bursts, so it's hard to tell how much longer it will take.
- kevinastone 7y agoGotham will be async-ready once this PR lands and the next release is published: https://github.com/gotham-rs/gotham/pull/370 https://github.com/gotham-rs/gotham/pull/370
- anon463637 7y agoNoice. To me, Gotham makes more sense because it depends on stable, whereas Rocket uses nightly. Anything depending on nightly seems inherently more fragile and un-future-proof (no pun intended).