zx-promise
Promise的typescript实现,符合[Promise/A+规范](https://promisesaplus.com/),并通过[promises-aplus-tests](https://github.com/promises-aplus/promises-tests)测试。
Found 1761 results for Promise
Promise的typescript实现,符合[Promise/A+规范](https://promisesaplus.com/),并通过[promises-aplus-tests](https://github.com/promises-aplus/promises-tests)测试。
Promise without lexical binding requirements
Standard library
NodeJs Async module loader
Like Promise.all, but only as many as you've got time for
Deferred Promise
Postpone Promises from resolving until after a specific number of milliseconds.
Common functions used across Polkadot, derived from RPC calls and storage queries.
import req from "y-uni-request"; let reqBody = new req(); reqBody.beforeRequest = ({params,extra,curPage})=>{ // reqBody.config.loading=true // extra.showLoading=false params.url = "http://localhost:8888/index.php"
A simple NodeJS Encoder for encoding data to a certain format
Promises with cancellation, timeout, lazy initialization.
Wrapper for reliable work for stream.Readable
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
The official request-promise library wrapper
简化web worker使用的实用程序。使用promise包装一层,链式调用
The event emitter that can resolve promise to force synchronization among listeners
A scheduler utility to “snooze” your functions—delay execution
Queue tasks and throttle their execution
Use setTimeout and requestAnimationFrame using ES2015 Promises and/or async/await
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
enhance vanilla Promise,provide practical methods