Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flyhope/flight
golang single-flight and multi-flight
https://github.com/flyhope/flight
Last synced: 9 days ago
JSON representation
golang single-flight and multi-flight
- Host: GitHub
- URL: https://github.com/flyhope/flight
- Owner: flyhope
- License: mit
- Created: 2021-07-06T23:08:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-07T23:15:32.000Z (over 3 years ago)
- Last Synced: 2024-06-21T08:21:18.005Z (6 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flight
golang single-flight and multi-flight## QA
### Q: Why not single-flight
If a resource sporadic slow, single flight is too danger. all request wait a slow single flight.
## see also
singleflight:https://pkg.go.dev/golang.org/x/sync/singleflight