Lesley's Digital Garden

Home

❯

Notes

❯

structured concurrency

structured concurrency

Jul 03, 2025

  • parent : concurrency
  • computing/concurrency

Structured concurrency is a programming paradigm that guarantees all concurrent tasks complete before the exits. It structure program as a tree. 1

Similar to structured programming, it maintains clear control flow in the source code, even with the presence of concurrency. 2

In 2021, Structured concurrency is adopted by Swift.

Footnotes

  1. Tree-Structured Concurrency ↩

  2. Structured programming - Wikipedia ↩


Graph View

Backlinks

  • Swift concurrency
  • Concurrency, Parallelism, and Asynchronous Programming MOC

Created with Quartz v4.5.2 © 2026. All notes are written in Obsidian.

  • GitHub Repository
  • Mastodon