分类
发现
榜单
收录
服务器优惠
IT文库
搜索
注册
登录
分类
发现
榜单
收录
服务器优惠
IT文库
搜索
注册
登录
搜索
书栈网 · BookStack
本次搜索耗时
0.006
秒,为您找到
5
个相关结果.
搜书籍
搜文档
C++并发编程(中文版)(C++ Concurrency In Action)
79
328856
1022
2018-02-21
本书是基于C++11新标准的并发和多线程编程深度指南。从std::thread、std::mutex、std::future和std::async等基础类的使用,到内存模型和原子操作、基于锁和无锁数据结构的构建,再扩展到并行算法、线程管理,最后还介绍了多线程代码的测试工作。
Puma v3.12 Documentation
16
14748
0
2018-07-15
Puma:一个为并发而生的Ruby Web服务(Puma: A Ruby Web Server Built For Concurrency).
Rust By Example(英文)
181
116281
18
2018-04-27
Rust is a modern systems programming language focusing on safety, speed, and concurrency. It accomplishes these goals by being memory safe without using garbage collection.
通过例子学 Rust(201804)
157
185510
145
2018-04-27
Rust 是一门注重安全(safety)、速度(speed)和并发(concurrency)的现代系统编程语言。Rust 通过内存安全来实现上述目标,但不用垃圾回收机制(Garbage collection, GC)。
通过例子学 Rust(202007)
186
138359
279
2020-07-22
Rust 是一门注重安全(safety)、速度(speed)和并发(concurrency)的现代系统编程语言。Rust 通过内存安全来实现上述目标,但不用垃圾回收机制(Garbage collection, GC)。