tokio-rs / website

Website for the Tokio project
https://tokio.rs
MIT License
229 stars 329 forks source link

Remove `await` from non-async function call #660

Closed davidpdrsn closed 2 years ago

davidpdrsn commented 2 years ago

At this point in the tutorial the handler is just F: Fn(HttpRequest) -> HttpResponse so we can't .await it.