https://github.com/kasworld/runstate
manage grouped goruntine running state
https://github.com/kasworld/runstate
Last synced: about 1 month ago
JSON representation
manage grouped goruntine running state
- Host: GitHub
- URL: https://github.com/kasworld/runstate
- Owner: kasworld
- License: apache-2.0
- Created: 2015-03-19T03:51:12.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-22T07:34:44.000Z (about 11 years ago)
- Last Synced: 2025-02-25T13:30:05.670Z (over 1 year ago)
- Language: Go
- Size: 156 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# runstate
manage grouped goruntine running state
running state manage when multi gorutine is running
0 : runnging and can run all goroutine
bit 0 : need stop all , somebody want stop
bit 1 ~ 63 : use for each go routine
can use max 63 goroutine
## requirements
"github.com/kasworld/bits64"
korean discription
http://kasw.blogspot.kr/2015/03/go-goroutine-group.html