Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 deno

make node
```