Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fiorix/gocp
Go Concurrency Primitives
https://github.com/fiorix/gocp
Last synced: 3 months ago
JSON representation
Go Concurrency Primitives
- Host: GitHub
- URL: https://github.com/fiorix/gocp
- Owner: fiorix
- License: other
- Created: 2015-06-04T04:28:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-21T03:32:55.000Z (over 9 years ago)
- Last Synced: 2023-03-10T19:50:37.219Z (almost 2 years ago)
- Language: Go
- Size: 101 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go Concurrency Primitives
`gocp` (gossip?) is a C library that provides Go's concurrency primitives
as a shared library. For now, only goroutines and channels are supported.
The most important, `select`, is not supported, and is the most challenging.Tested on Linux and Mac OS X. See the `Makefile` for details.
This is an experiment and has not been well tested, use at your own risk.Requires Go 1.5.