tokio-rs / website

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

Add task::spawn to concurrent examples #659

Closed saward closed 2 years ago

saward commented 2 years ago

Added task::spawn to the example Server implementations to illustrate how it would handle concurrent requests.

Addresses #658.

davidpdrsn commented 2 years ago

Thanks!