Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thematten/native-continuations
https://github.com/thematten/native-continuations
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/thematten/native-continuations
- Owner: TheMatten
- License: other
- Created: 2023-02-24T15:49:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-21T15:29:02.000Z (almost 2 years ago)
- Last Synced: 2024-10-15T01:11:31.796Z (3 months ago)
- Language: Haskell
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# `native-continuations` (WIP)
Library providing native delimited continuations implemented using GHC primops.
## Requirements
This library only works with GHC 9.6 or newer.
## Credits
Thanks to Alexis King for implementation of actual runtime primitives and for extensive documentation and hints on how to use them correctly.
See [proposal] for more information about internal details.
[proposal]: https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0313-delimited-continuation-primops.rst