Graceful Shutdown with Structured Concurrency

Simon Vergauwen · November 24, 2022

In the modern world we often need to make strong guarantees about how our applications terminate; Structured Concurrency gives us a powerful tool to reason about concurrency, parallel processes and how they relate to each other.

This talk will cover some of the issues you might encounter when not respecting graceful shutdown, and how we can leverage Structured Concurrency to reason about these issues.

Graceful Shutdown with Structured Concurrency

Twitter, Facebook