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
- Host: GitHub
- URL: https://github.com/inadarei/nim-async
- Owner: inadarei
- License: mit
- Created: 2019-04-08T13:40:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-08T17:17:51.000Z (over 6 years ago)
- Last Synced: 2025-02-03T14:28:49.119Z (8 months ago)
- Language: Nim
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nim-async
Async examples from http://promises123.com implemented in Nim### Usage
```
make build
make run
```