Event-Based Concurrency
1️⃣ Event-Based Concurrency
There are two main ways to implement concurrency: thread-based and event-based.
Threads are intuitive but come with overhead and synchronization problems (locks, deadlocks, etc.). Event-based concurrency, on the other hand...
psk-study.hashnode.dev2 min read