Python3.5中async_await特性的实现.pdf
2021-08-21 13:01:59 1.16MB async
esp32ModbusRTU:ESP32的Modbus RTU客户端
2021-08-21 10:00:01 976KB arduino async esp32 modbus-rtu
1
C#高性能socket服务器端程序。程序使用SocketAsyncEventArgs,能同时连多个客户端
2021-08-21 09:52:58 15KB C# Socket Async
1
异步::IO Async::IO 提供基于构建,并为IO 、 Socket和相关类提供异步包装器。 安装 将此行添加到应用程序的 Gemfile 中: gem 'async-io' 然后执行: $ bundle 或者自己安装: $ gem install async-io 用法 基本回显服务器(来自spec/async/io/echo_spec.rb ): require 'async/io' def echo_server ( endpoint ) Async do | task | # This is a synchronous block within the current task: endpoint . accept do | client | # This is an asynchronous block within th
2021-08-05 16:04:22 94KB ruby sockets concurrency io
1
超级胶带 具有超能力的兼容测试运行器。 包含: 使用能力(查看以进行)。 当测试不equal或不deepEqual时显示彩色差异; 为async functions生成详细的堆栈跟踪; 许多only如你所愿; 扩展能力; 长时间运行测试的智能超时 :man_running: (配置为SUPERTAPE_TIMEOUT ); 更自然的断言: expected, result -> result, expected ,例如: t . equal ( error . message , 'hello world' , `expected error.message to be 'hello world'` ) ; 不包含: es3 code和大量的 。 别名、方法列表要短得多; throws , doesNotThrows -使用 , 与equal来代替。 Supertape是在用了很
2021-08-04 22:04:44 77KB diff tdd async test
1
@rnhooks/异步存储 用于 AsyncStorage 的 React Native 钩子 import useAsyncStorage from '@rnhooks/async-storage'; function App() { const [storageItem, updateStorageItem, clearStorageItem] = useAsyncStorage( key, ); return ( {`Storage Value: ${storageItem}`} <Button title="Update Item" onPress={() => up
2021-08-03 18:04:43 373KB JavaScript
1
android-clean-http-async-task.7z
2021-08-03 09:03:24 59KB android-clean-ht
ws-promise 该项目使您能够在通过 WebSockets 通信时使用async和await 。 在幕后,WebSocket API 首先被包裹在一个Promise层中,然后不同的端点通过一个微小的 RPC 协议连接在一起。 总之,它使您能够在客户端编写这样的代码......: 客户端.mjs import Client from "ws-promise/Client" ; const client = new Client ( "ws://localhost:8000" ) ; ( async ( ) => { await client . open ( ) ; /* The client can now call all server (!) methods that you expose */ const six = await client . add (
2021-07-24 16:03:53 160KB javascript client server async
1
异步FIFO设计(经典文档)
2021-07-23 14:03:07 200KB AFIFO FIFO
1
TMS Async for Delphi 7/2006/2007/2009/2010/XE/XE2/XE3/XE4/XE5/XE6/XE7 C++Builder 2006/2007/2009/2010/XE/XE2/XE3/XE4/XE5/XE6 Features: --------- TMS Async contains components which provides access to the serial ports under Windows. Modems, printers, barcode scanners, Async32 is easy to use with any type of serial hardware. The event-driven architecture provides the highest possible performance and allows all the tools to run in the background.
2021-07-21 16:21:49 1.16MB TMS.Async D5-XE7
1