diff options
author | Wolfy-J <[email protected]> | 2018-06-10 18:30:05 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-10 18:30:05 +0300 |
commit | a52341d0344e2f0cda126d9596fb5e897405785f (patch) | |
tree | 5211809e4b68732327dd3c79624b2702b3ac25f3 /state.go | |
parent | 4fd4c7a1e8194287249fa59252afc2cd260d5643 (diff) |
rr is working now
Diffstat (limited to 'state.go')
-rw-r--r-- | state.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ type State interface { // Value returns state value Value() int64 - // NumExecs shows how many times worker was invoked + // NumJobs shows how many times worker was invoked NumExecs() uint64 // Updated indicates a moment updated last state change |