https://github.com/pmunch/fibers
Fibers in Nim, experiment
https://github.com/pmunch/fibers
Last synced: 10 months ago
JSON representation
Fibers in Nim, experiment
- Host: GitHub
- URL: https://github.com/pmunch/fibers
- Owner: PMunch
- Created: 2020-06-10T15:03:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-10T15:04:16.000Z (about 6 years ago)
- Last Synced: 2025-06-08T21:43:43.204Z (about 1 year ago)
- Language: Nim
- Size: 5.86 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fibers
This is a small test repository to play around with implementing
coroutines/fibers/async in Nim.