Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kybernetwork/go-promise
https://github.com/kybernetwork/go-promise
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kybernetwork/go-promise
- Owner: KyberNetwork
- Created: 2023-04-20T10:49:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-20T10:53:36.000Z (over 1 year ago)
- Last Synced: 2023-11-04T20:10:32.934Z (about 1 year ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-promise
Node.js style Promise to handle concurrency in Golang
At the moment, we prefer to use https://github.com/sourcegraph/conc, so I just leave this repo here in case someone needs it.