书栈网 · BookStack 本次搜索耗时 0.010 秒,为您找到 5 个相关结果.
  • C++并发编程(中文版)(C++ Concurrency In Action)

    本书是基于C++11新标准的并发和多线程编程深度指南。从std::thread、std::mutex、std::future和std::async等基础类的使用,到内存模型和原子操作、基于锁和无锁数据结构的构建,再扩展到并行算法、线程管理,最后还介绍了多线程代码的测试工作。
  • Puma v3.12 Documentation

    Puma:一个为并发而生的Ruby Web服务(Puma: A Ruby Web Server Built For Concurrency).
  • Rust By Example(英文)

    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)

    Rust 是一门注重安全(safety)、速度(speed)和并发(concurrency)的现代系统编程语言。Rust 通过内存安全来实现上述目标,但不用垃圾回收机制(Garbage collection, GC)。
  • 通过例子学 Rust(202007)

    Rust 是一门注重安全(safety)、速度(speed)和并发(concurrency)的现代系统编程语言。Rust 通过内存安全来实现上述目标,但不用垃圾回收机制(Garbage collection, GC)。