-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
80 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
nimTitle channels channels.html module threading/channels 0 | ||
nim Chan channels.html#Chan object Chan 257 | ||
nim `=destroy` channels.html#=destroy,Chan[T] proc `=destroy`[T](c: Chan[T]) 268 | ||
nim `=wasMoved` channels.html#=wasMoved,Chan[T] proc `=wasMoved`[T](x: var Chan[T]) 274 | ||
nim `=dup` channels.html#=dup,Chan[T] proc `=dup`[T](src: Chan[T]): Chan[T] 277 | ||
nim `=copy` channels.html#=copy,Chan[T],Chan[T] proc `=copy`[T](dest: var Chan[T]; src: Chan[T]) 282 | ||
nim trySend channels.html#trySend,Chan[T],sinkIsolated[T] proc trySend[T](c: Chan[T]; src: sink Isolated[T]): bool 289 | ||
nim trySend channels.html#trySend.t,Chan[T],T template trySend[T](c: Chan[T]; src: T): bool 306 | ||
nim tryTake channels.html#tryTake,Chan[T],Isolated[T] proc tryTake[T](c: Chan[T]; src: var Isolated[T]): bool 315 | ||
nim tryRecv channels.html#tryRecv,Chan[T],T proc tryRecv[T](c: Chan[T]; dst: var T): bool 334 | ||
nim send channels.html#send,Chan[T],sinkIsolated[T] proc send[T](c: Chan[T]; src: sink Isolated[T]) 347 | ||
nim send channels.html#send.t,Chan[T],T template send[T](c: Chan[T]; src: T) 360 | ||
nim recv channels.html#recv,Chan[T],T proc recv[T](c: Chan[T]; dst: var T) 365 | ||
nim recv channels.html#recv,Chan[T] proc recv[T](c: Chan[T]): T 374 | ||
nim recvIso channels.html#recvIso,Chan[T] proc recvIso[T](c: Chan[T]): Isolated[T] 379 | ||
nim peek channels.html#peek,Chan[T] proc peek[T](c: Chan[T]): int 384 | ||
nim newChan channels.html#newChan,Positive proc newChan[T](elements: Positive = 30): Chan[T] 388 | ||
nimgrp recv channels.html#recv-procs-all proc 365 | ||
nim Chan channels.html#Chan object Chan 256 | ||
nim `=destroy` channels.html#=destroy,Chan[T] proc `=destroy`[T](c: Chan[T]) 267 | ||
nim `=wasMoved` channels.html#=wasMoved,Chan[T] proc `=wasMoved`[T](x: var Chan[T]) 273 | ||
nim `=dup` channels.html#=dup,Chan[T] proc `=dup`[T](src: Chan[T]): Chan[T] 276 | ||
nim `=copy` channels.html#=copy,Chan[T],Chan[T] proc `=copy`[T](dest: var Chan[T]; src: Chan[T]) 281 | ||
nim trySend channels.html#trySend,Chan[T],sinkIsolated[T] proc trySend[T](c: Chan[T]; src: sink Isolated[T]): bool 288 | ||
nim trySend channels.html#trySend.t,Chan[T],T template trySend[T](c: Chan[T]; src: T): bool 305 | ||
nim tryTake channels.html#tryTake,Chan[T],Isolated[T] proc tryTake[T](c: Chan[T]; src: var Isolated[T]): bool 314 | ||
nim tryRecv channels.html#tryRecv,Chan[T],T proc tryRecv[T](c: Chan[T]; dst: var T): bool 333 | ||
nim send channels.html#send,Chan[T],sinkIsolated[T] proc send[T](c: Chan[T]; src: sink Isolated[T]) 346 | ||
nim send channels.html#send.t,Chan[T],T template send[T](c: Chan[T]; src: T) 359 | ||
nim recv channels.html#recv,Chan[T],T proc recv[T](c: Chan[T]; dst: var T) 364 | ||
nim recv channels.html#recv,Chan[T] proc recv[T](c: Chan[T]): T 373 | ||
nim recvIso channels.html#recvIso,Chan[T] proc recvIso[T](c: Chan[T]): Isolated[T] 378 | ||
nim peek channels.html#peek,Chan[T] proc peek[T](c: Chan[T]): int 383 | ||
nim newChan channels.html#newChan,Positive proc newChan[T](elements: Positive = 30): Chan[T] 387 | ||
nimgrp recv channels.html#recv-procs-all proc 364 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters