Skip to content

Primitive Threads and Concurrency Operations for Coalton

License

Notifications You must be signed in to change notification settings

garlic0x1/coalton-threads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Primitive Threads and Concurrency Operations for Coalton

This library is a wrapper over 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 sionescu/bordeaux-threads#127

About

Primitive Threads and Concurrency Operations for Coalton

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published