Cleanup: explain a bit more in a comment
This commit is contained in:
parent
84cff6919a
commit
afdbbcc1d8
@ -41,7 +41,7 @@ func (ce *CommandExecutor) cmdBlenderRender(ctx context.Context, logger zerolog.
|
|||||||
logChunker := NewLogChunker(taskID, ce.listener, ce.timeService)
|
logChunker := NewLogChunker(taskID, ce.listener, ce.timeService)
|
||||||
lineChannel := make(chan string)
|
lineChannel := make(chan string)
|
||||||
|
|
||||||
// Process the output of Blender.
|
// Process the output of Blender in its own goroutine.
|
||||||
wg := sync.WaitGroup{}
|
wg := sync.WaitGroup{}
|
||||||
wg.Add(1)
|
wg.Add(1)
|
||||||
go func() {
|
go func() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user