nanodelay
Delay library
A tiny Promise wrapper around setTimeout
A tiny (37 bytes) Promise wrapper around setTimeout
193 stars
4 watching
7 forks
Language: JavaScript
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
ai/nanoevents | A tiny event emitter library for JavaScript | 1,486 |
choojs/nanotiming | A timing library that allows measuring the execution time of code snippets in web and Node.js environments. | 35 |
aantron/promise | A lightweight binding to JavaScript promises in Reason | 340 |
bgrins/bindwithdelay | A jQuery plugin for executing event handlers with delayed or throttled execution. | 152 |
jamiebuilds/tickedoff | A library that defers the execution of code until a specified time or next available opportunity | 219 |
sindresorhus/delay | Allows delaying promises by a specified amount of time or a random range. | 609 |
brummelte/sleep-promise | A utility function that resolves a promise after a specified delay. | 86 |
youngjuning/wx-promise-pro | A promise-based library for simplifying asynchronous programming in WeChat mini-programs | 830 |
nekr/preact-delegate | A utility for attaching event handlers to elements in a Preact application | 19 |
floatdrop/pinkie | An ES2015 Promise implementation for Node.js with polyfills for browser compatibility and minimal functionality | 138 |
khanlou/promise | A Promise library for Swift that enables asynchronous operations to be composed and transformed in systematic ways. | 621 |
sindresorhus/p-defer | Provides a promise that can be delayed to execute at a specific time or after another operation is completed. | 73 |
calvinmetcalf/lie | A small promise implementation following the Promises/A+ spec | 744 |
lilyball/tomorrowland | An asynchronous task management library that enables safe and efficient chaining of promises with cancellable support | 117 |
mozilla/libdweb | An experimental API set to enable dweb protocols in Firefox through browser add-ons | 442 |