Skip to content

Commit b676837

Browse files
narimiranringabout
andauthored
Update threading/channels.nim
Co-authored-by: flywind <xzsflywind@gmail.com>
1 parent fefb56a commit b676837

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

threading/channels.nim

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
110
# Based on https://github.com/mratsim/weave/blob/5696d94e6358711e840f8c0b7c684fcc5cbd4472/unused/channels/channels_legacy.nim
211
# Those are translations of @aprell (Andreas Prell) original channels from C to Nim
312
# (https://github.com/aprell/tasking-2.0/blob/master/src/channel_shm/channel.c)

0 commit comments

Comments
 (0)