async-book
async-book copied to clipboard
Update 02_handling_connections_concurrently.md
Concurrency != Parallelism
to avoid confusion, use cooperative multitasking (async) and preemptive multitasking (threads)
threads are not necessary run in parallel.