We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fefb56a commit b676837Copy full SHA for b676837
threading/channels.nim
@@ -1,3 +1,12 @@
1
+#
2
3
+# Nim's Runtime Library
4
+# (c) Copyright 2021 Andreas Prell, Mamy André-Ratsimbazafy & Nim Contributors
5
6
+# See the file "copying.txt", included in this
7
+# distribution, for details about the copyright.
8
9
+
10
# Based on https://github.com/mratsim/weave/blob/5696d94e6358711e840f8c0b7c684fcc5cbd4472/unused/channels/channels_legacy.nim
11
# Those are translations of @aprell (Andreas Prell) original channels from C to Nim
12
# (https://github.com/aprell/tasking-2.0/blob/master/src/channel_shm/channel.c)
0 commit comments