From afdbbcc1d87cac5d2a2df9a37752b484a3c90212 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 30 Aug 2022 10:34:05 +0200 Subject: [PATCH] Cleanup: explain a bit more in a comment --- internal/worker/command_blender.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/worker/command_blender.go b/internal/worker/command_blender.go index 044d34f6..4711e37b 100644 --- a/internal/worker/command_blender.go +++ b/internal/worker/command_blender.go @@ -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() {