https://github.com/garlic0x1/coalton-threads
Primitive Threads and Concurrency Operations for Coalton
https://github.com/garlic0x1/coalton-threads
Last synced: 5 months ago
JSON representation
Primitive Threads and Concurrency Operations for Coalton
- Host: GitHub
- URL: https://github.com/garlic0x1/coalton-threads
- Owner: garlic0x1
- License: mit
- Created: 2025-01-15T01:40:17.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-13T15:30:54.000Z (over 1 year ago)
- Last Synced: 2025-06-07T21:44:20.347Z (about 1 year ago)
- Language: Common Lisp
- Homepage:
- Size: 36.1 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-cl - coalton-threads - primitive thread and concurrency operations for Coalton. (Miscellaneous ##)
README
Primitive Threads and Concurrency Operations for Coalton
This library is a wrapper over
[bordeaux-threads](https://github.com/sionescu/bordeaux-threads) with
a few extras, like a Mutex type. It is meant to be pretty primitive,
things like actors and parallel kernels are out of the scope of this
library.
# Warning
This software is still ALPHA quality. The APIs WILL change.
# Missing Features
Timeouts are not implemented for most operations, and some options
like named threads/locks/etc are not available.
# Known Issues
Interrupting a dead thread in CCL will not result in Err
https://github.com/sionescu/bordeaux-threads/issues/127