mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
fix missing imports
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user