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

.

parent 998a49e8
......@@ -69,8 +69,7 @@ type tCluster struct {
tabMu sync.Mutex
nodeTab map[string/*node*/]*tNode
runCtx context.Context // runCtx is canceled on .Stop() TODO or test failure XXX -> .ctx?
runCtx context.Context // runCtx is canceled on .Stop() TODO or test failure
runWG *xsync.WorkGroup // started nodes are .Run() under runWG
runCancel func()
}
......
// Copyright (C) 2018 Nexedi SA and Contributors.
// Kirill Smelkov <kirr@nexedi.com>
// Copyright (C) 2018-2021 Nexedi SA and Contributors.
// Kirill Smelkov <kirr@nexedi.com>
//
// 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
......@@ -20,4 +20,4 @@
package neo
// 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