...

/

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 in life, this is not completely true. Specifically, a different style of concurrent programming is often used in both ...