Python Concurrency with asyncio
2024-04-16 10:53:41 6.07MB python 开发语言
1
java_concurrency_in_practice_source java多线程 java多线程 java多线程
2023-12-12 21:34:10 192KB java多线程
1
Learning Concurrency in Python(pdf+epub+mobi+code_files).zip
2023-11-25 06:03:23 11.52MB python
1
kindle 版本 , 排版精美清晰, 很适合阅读
2023-10-08 08:02:03 7.18MB kindle C++ concurrency in
1
Axios并发管理器 控制任何实例的并发请求。 使用axios拦截器实现 正在安装 $ npm install axios-concurrency 例子 const { ConcurrencyManager } = require ( "axios-concurrency" ) ; const axios = require ( "axios" ) ; let api = axios . create ( { baseURL : "http://mypublicapi.com" } ) ; // a concurrency parameter of 1 makes all api requests secuential const MAX_CONCURRENT_REQUESTS = 5 ; // init your manager. const manager = Concurrenc
2023-02-13 19:56:09 4KB JavaScript
1
Paperback: 345 pages Publisher: Packt Publishing - ebooks Account (January 6, 2016) Language: English ISBN-10: 1785889230 ISBN-13: 978-1785889233 About This Book Apply the core principles of concurrency to both browser and server side development Explore the latest tools and techniques at the forefront of concurrent programming, including JavaScript promises, web workers, and generators Learn how concurrent and parallel programming can help you tackle the challenges of fast, data heavy web development Who This Book Is For This book is written for any JavaScript developer who wants to learn how to write more efficient, powerful, and maintainable applications that utilize the latest developments in JavaScript. What You Will Learn Understand exactly how JavaScript works in a web browser environment and how these mechanisms power our event-driven JavaScript code Use promises to turn complex synchronization scenarios into readable and maintainable code Compute values lazily and avoid unnecessary memory allocations using generators Write concurrent code that doesn't feel like concurrent code by abstracting away boilerplate chores Leverage true hardware parallelism with web workers to get better performance Get to grips with the NodeJS model of concurrency and learn why it's good for I/O-intensive web applications
2023-02-10 14:52:55 1.21MB JavaScript Concurrency
1
C++ Concurrency in Action 这本书的源码,结合代码看,看的更明白。
2023-02-02 23:14:17 64KB C++ Concurrency in Action
1
CUG_concurrency patterns
2022-11-19 09:02:53 1.01MB CUG_concurrency
1
Programming Concurrency on the JVM 英文无水印pdf pdf所有页面使用FoxitReader和PDF-XChangeViewer测试都可以打开 本资源转载自网络,如有侵权,请联系上传者或csdn删除 本资源转载自网络,如有侵权,请联系上传者或csdn删除
2022-10-21 15:26:03 3.08MB Programming Concurrency JVM
1
C++ Concurrency in Action 英文第二版 经典的C++并行并发编程教程
2022-08-27 10:15:02 5.72MB C++11 C++14 thread concurrency
1