https://github.com/kybernetwork/go-promise
https://github.com/kybernetwork/go-promise
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/kybernetwork/go-promise
- Owner: KyberNetwork
- Created: 2023-04-20T10:49:56.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-20T10:53:36.000Z (about 3 years ago)
- Last Synced: 2025-01-22T16:31:08.912Z (over 1 year ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 9
- 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.