首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏孟君的编程札记

    CyclicBarrier让多线程齐步走

    * This [i]barrier action[/i] is useful * for updating shared-state before any of the parties continue

    32830编辑于 2023-02-23
  • 来自专栏程序人生

    透过 rust 探索系统的本原:并发篇

    这是并发处理的第一种范式:共享状态的并发(Shared-State Concurrency)。 v4:share memory by communicating 前面的迭代不管怎么优化都跳脱不出同一种思路:Shared-state concurrency,或者说:communicate by share

    1.2K10发布于 2021-03-17
  • 成为大模型参与者第一天:导学阶段 - 人工智能与大模型基础知识:完成Rust基础题目

    Smart Pointers Using Box to Point to Data on the Heap Rc\<T\>, the Reference Counted Smart Pointer Shared-State

    28200编辑于 2025-04-11
  • 来自专栏JavaJourney

    从一道面试题进入Java并发新机制---J.U.C

    This barrier action is useful for updating shared-state before any of the parties continue.

    42210发布于 2020-12-02
领券