David Garden

Recent Blogs

  • Structured Concurrency

    May 16, 2025

  • CPP standard networking proposal(execution)

    May 13, 2025

  • c++ reflection(introspection) and code generation

    Apr 10, 2025

  • code reuse in work with using type erasure

    Mar 21, 2025

See 66 more →

Recent Notes

  • nanolog paper reading

    May 16, 2025

  • perfbook reading note

    May 16, 2025

See 31 more →

Home

❯

All Blogs

❯

Structured Concurrency

Structured Concurrency

May 16, 20251 min read

  • concurrency
  • coroutine

简单总结一下:

  1. 不要 detach
  2. scope 嵌套就表示了 task 的 lifetime

具体的名词解释见 reference 的连接

reference

  • libdill doc
  • https://www.bluepuni.com/archives/structured-concurrency-and-cpp-coroutine/

Graph View

Backlinks

  • coroutine learn

Created with Quartz v4.4.0 © 2025

  • GitHub