https://github.com/yellowsink/rockhopper
A small fiber-based async library for D
https://github.com/yellowsink/rockhopper
async dlang fibers
Last synced: 7 months ago
JSON representation
A small fiber-based async library for D
- Host: GitHub
- URL: https://github.com/yellowsink/rockhopper
- Owner: yellowsink
- License: bsd-3-clause
- Created: 2024-03-28T23:14:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-08T23:22:15.000Z (11 months ago)
- Last Synced: 2025-03-19T23:41:40.348Z (7 months ago)
- Topics: async, dlang, fibers
- Language: D
- Homepage: https://code.dlang.org/packages/rockhopper
- Size: 196 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Rockhopper
A small async library for D, built on `core.thread.Fiber` and `eventcore`.
Please read the documentation for more information [here](documentation/introduction.md).
Also read the changelog [here](CHANGELOG.md).

Rockhopper is a passion project made with love by Hazel :)