Y
Hacker News
new
|
ask
|
show
|
jobs
by
nicoburns
1999 days ago
For Rocket you want to use the master branch which has async support. Then your request handler is an async function and you can just .await the future returned by reqwest.
1 comments
renewiltord
1999 days ago
Oh, I must be behind. Should've kept up and tried it. Thank you!
link