Commit 110de273 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 998a49e8
...@@ -69,8 +69,7 @@ type tCluster struct { ...@@ -69,8 +69,7 @@ type tCluster struct {
tabMu sync.Mutex tabMu sync.Mutex
nodeTab map[string/*node*/]*tNode nodeTab map[string/*node*/]*tNode
runCtx context.Context // runCtx is canceled on .Stop() TODO or test failure
runCtx context.Context // runCtx is canceled on .Stop() TODO or test failure XXX -> .ctx?
runWG *xsync.WorkGroup // started nodes are .Run() under runWG runWG *xsync.WorkGroup // started nodes are .Run() under runWG
runCancel func() runCancel func()
} }
......
// Copyright (C) 2018 Nexedi SA and Contributors. // Copyright (C) 2018-2021 Nexedi SA and Contributors.
// Kirill Smelkov <kirr@nexedi.com> // Kirill Smelkov <kirr@nexedi.com>
// //
// This program is free software: you can Use, Study, Modify and Redistribute // This program is free software: you can Use, Study, Modify and Redistribute
// it under the terms of the GNU General Public License version 3, or (at your // it under the terms of the GNU General Public License version 3, or (at your
...@@ -20,4 +20,4 @@ ...@@ -20,4 +20,4 @@
package neo package neo
// NEO/py event tracer // NEO/py event tracer
// TODO // TODO use go123/tracing/cmd/pyruntraced
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment