漫談併發編程:Actor模型

  0x00 前言 文章結構 0x01 基本概念 什麼是Actor模型 消息和信箱 0x02 Akka中的Actor Actor System Actor的層級 Actor的生命週期 0x03 例子 1. HelloWorld 簡單版 2. HelloWorld 升級版 3. 僞分佈式 WordCount 0x04 總結 參考 0x00 前言 一般來說有兩種策略用來在併發線程中進行通信:共享數據和
相關文章
相關標籤/搜索