6 lines
87 B
Go
6 lines
87 B
Go
|
package oonimkall
|
||
|
|
||
|
func (t *Task) IsRunning() bool {
|
||
|
return t.isstopped.Load() == 0
|
||
|
}
|