...

/

Introduction to Event-Based Concurrency

Introduction to Event-Based Concurrency

This lesson presents a gentle introduction to a completely different paradigm of concurrency, event-based concurrency.

We'll cover the following...

Thus far, we’ve written about concurrency as if the only way to build concurrent applications is to use threads. Like many things ...