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

https://github.com/inadarei/nim-async

Async examples from http://promises123.com implemented in Nim
https://github.com/inadarei/nim-async

Last synced: 4 months ago
JSON representation

Async examples from http://promises123.com implemented in Nim

Awesome Lists containing this project

README

          

# nim-async
Async examples from http://promises123.com implemented in Nim

### Usage

```
make build
make run
```