This commit is contained in:
insanity@loafle.com 2017-05-16 18:04:04 +09:00
parent 41d98d4b91
commit 7ef6e95d70

View File

@ -39,7 +39,6 @@ func GetTaskCh() chan interface{} {
return p.taskCh
}
func Stop(polStopped chan bool) error {
GetInstance().stop()
polStopped <- true