We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9dc302 commit b3fb4caCopy full SHA for b3fb4ca
tests/tchannels_pthread.nim
@@ -6,7 +6,7 @@ discard """
6
disabled: "osx"
7
"""
8
9
-include std/channels
+include threading/channels
10
11
import std/unittest
12
tests/tchannels_simple.nim
@@ -3,7 +3,7 @@ discard """
3
disabled: "freebsd"
4
5
-import std/channels
+import threading/channels
import std/os
var chan = newChannel[string]()
0 commit comments