Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joseluisq/sleep-non-blocking-function
Deno & Node examples implementing a non-blocking sleep function.
https://github.com/joseluisq/sleep-non-blocking-function
async-await deno javascript nodejs typescript
Last synced: 8 days ago
JSON representation
Deno & Node examples implementing a non-blocking sleep function.
- Host: GitHub
- URL: https://github.com/joseluisq/sleep-non-blocking-function
- Owner: joseluisq
- Created: 2019-03-27T14:16:35.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-27T14:19:38.000Z (almost 6 years ago)
- Last Synced: 2024-04-14T02:09:40.956Z (9 months ago)
- Topics: async-await, deno, javascript, nodejs, typescript
- Language: TypeScript
- Size: 0 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sleep non-blocking function
> [Deno](https://deno.land/) & [Node](https://nodejs.org/en/) examples implementing a [non-blocking](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/AsyncFunction) sleep function.
## Requirements
- Deno
- Node## Usage
```sh
make denomake node
```