- 授权协议: MIT or Apache
- 开发语言: Rust
- 操作系统: 跨平台
- 软件首页: https://github.com/dbeck/acto-rs
- 软件文档: https://github.com/dbeck/acto-rs/blob/master/README.md
软件介绍
该库是一个混合的概念,将独立的 pieces 连接起来,形成一个数据处理管道。这些独立的 pieces 可以有:
- 内部状态
与他人对话的类型化的渠道
调度规则
这些pieces(actors)是由一个调度程序管理的,它有一个预定义的线程数来运行它们。输入和输出通道的数量由 actors 的类型决定。可能的类型:
C++ Concurrency in Action
Anthony Williams / Manning Publications / 2012-2-28 / USD 69.99
HIGHLIGHT C++ Concurrency in Action is the first book to market to show how to take advantage of the new C++ Standard and how to write robust multi-threaded applications in C++. DESCRIPTION With ......一起来看看 《C++ Concurrency in Action》 这本书的介绍吧!
