fix missing imports

This commit is contained in:
Robin Bergewski
2025-04-13 16:33:25 +02:00
parent 19eb53c321
commit ec71a5afb1
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -17,6 +17,7 @@ Example:
import "core:sync/chan"
import "core:fmt"
import "core:thread"
// The consumer reads from the channel until it's closed.
// Closing the channel acts as a signal to stop.