An open API service indexing awesome lists of open source software.

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

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