https://github.com/devlights/countdownlatch
A simple CountdownLatch implemented in Go language.
https://github.com/devlights/countdownlatch
go golang library
Last synced: 5 months ago
JSON representation
A simple CountdownLatch implemented in Go language.
- Host: GitHub
- URL: https://github.com/devlights/countdownlatch
- Owner: devlights
- License: mit
- Created: 2024-11-01T09:08:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-01T09:26:00.000Z (about 1 year ago)
- Last Synced: 2025-05-21T00:44:44.135Z (8 months ago)
- Topics: go, golang, library
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# countdownlatch
A simple CountdownLatch implemented in Go language.