diff options
author | Valery Piashchynski <[email protected]> | 2021-10-04 10:03:04 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-10-04 10:03:04 +0300 |
commit | 43c30ddce840449e9a53c3ef54e2b5e8060a3dfa (patch) | |
tree | d503f9bcf8cde7564a7c4c13906e8f974550eb72 /worker_watcher/worker_watcher.go | |
parent | 1c26ea29c0470982b7071fb83a7af7d2e79a6beb (diff) |
new comments
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'worker_watcher/worker_watcher.go')
-rwxr-xr-x | worker_watcher/worker_watcher.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/worker_watcher/worker_watcher.go b/worker_watcher/worker_watcher.go index 78bae778..73a6cf1d 100755 --- a/worker_watcher/worker_watcher.go +++ b/worker_watcher/worker_watcher.go @@ -24,7 +24,7 @@ type Vector interface { // Destroy used to stop releasing the workers Destroy() - // TODO Add Replace method, and remove `Remove` method. Replace will do removal and allocation + // TODO(rustatian) Add Replace method, and remove `Remove` method. Replace will do removal and allocation // Replace(prevPid int64, newWorker worker.BaseProcess) } |