Cleanup: explain a bit more in a comment

This commit is contained in:
Sybren A. Stüvel 2022-08-30 10:34:05 +02:00
parent 84cff6919a
commit afdbbcc1d8

@ -41,7 +41,7 @@ func (ce *CommandExecutor) cmdBlenderRender(ctx context.Context, logger zerolog.
logChunker := NewLogChunker(taskID, ce.listener, ce.timeService)
lineChannel := make(chan string)
// Process the output of Blender.
// Process the output of Blender in its own goroutine.
wg := sync.WaitGroup{}
wg.Add(1)
go func() {