async-book icon indicating copy to clipboard operation
async-book copied to clipboard

Update 02_handling_connections_concurrently.md

Open gftea opened this issue 3 years ago • 0 comments

Concurrency != Parallelism to avoid confusion, use cooperative multitasking (async) and preemptive multitasking (threads)
threads are not necessary run in parallel.

gftea avatar Jun 10 '22 14:06 gftea