awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesExecution Tree Cancellations

Mechanisms for signaling a stop to a task and all its descendants in a hierarchy.

Distinct from Task Execution Coordination: Focuses on hierarchical cancellation via channel closing rather than general task coordination.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Execution Tree Cancellations. Refine with filters or upvote what's useful.

Awesome Execution Tree Cancellations GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • cch123/golang-notescch123 的头像

    cch123/golang-notes

    4,032在 GitHub 上查看↗

    该项目是一个技术参考和内部分析笔记集合,专注于 Go 语言运行时和编译器。它提供了语言内部结构的详细分解,涵盖内存管理、垃圾回收以及调度器的执行模型。 该材料通过提供对底层系统细节的深入研究而脱颖而出,包括 Go 汇编指令、寄存器使用和系统调用接口的参考。它专门分析了并发原语的内部实现,例如 goroutine 调度机制、通道操作和互斥锁实现。 其覆盖范围扩展到编译器构建理论,包括词法和语法分析,以及类型系统和接口管理的机制。它还详细介绍了各种性能优化技术、用于堆栈跟踪的运行时诊断工具以及网络 I/O 原语。

    Details how the runtime implements coordinated cleanup through execution tree cancellation.

    HTMLcodegogolang
    在 GitHub 上查看↗4,032
  1. Home
  2. Operating Systems & Systems Programming
  3. Task Execution Coordination
  4. Execution Tree Cancellations