Skip to content

Commit

Permalink
deploy: 836ff67
Browse files Browse the repository at this point in the history
  • Loading branch information
Araq committed Dec 16, 2023
1 parent 5af72a0 commit 771cc29
Show file tree
Hide file tree
Showing 8 changed files with 213 additions and 207 deletions.
2 changes: 1 addition & 1 deletion atomics.html
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ <h1><a class="toc-backref" href="#12">Procs</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-12-14 19:48:02 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-12-16 08:48:27 UTC</small>
</div>
</div>
</div>
Expand Down
72 changes: 39 additions & 33 deletions channels.html

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions channels.idx
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ nim Chan channels.html#Chan object Chan 243
nim `=destroy` channels.html#=destroy,Chan[T] proc `=destroy`[T](c: Chan[T]) 247
nim `=copy` channels.html#=copy,Chan[T],Chan[T] proc `=copy`[T](dest: var Chan[T]; src: Chan[T]) 263
nim trySend channels.html#trySend,Chan[T],sinkIsolated[T] proc trySend[T](c: Chan[T]; src: sink Isolated[T]): bool 272
nim trySend channels.html#trySend.t,Chan[T],T template trySend[T](c: Chan[T]; src: T): bool 284
nim tryRecv channels.html#tryRecv,Chan[T],T proc tryRecv[T](c: Chan[T]; dst: var T): bool 288
nim send channels.html#send,Chan[T],sinkIsolated[T] proc send[T](c: Chan[T]; src: sink Isolated[T]) 298
nim send channels.html#send.t,Chan[T],T template send[T](c: Chan[T]; src: T) 310
nim recv channels.html#recv,Chan[T],T proc recv[T](c: Chan[T]; dst: var T) 314
nim recv channels.html#recv,Chan[T] proc recv[T](c: Chan[T]): T 323
nim recvIso channels.html#recvIso,Chan[T] proc recvIso[T](c: Chan[T]): Isolated[T] 328
nim peek channels.html#peek,Chan[T] proc peek[T](c: Chan[T]): int 335
nim newChan channels.html#newChan,Positive proc newChan[T](elements: Positive = 30): Chan[T] 339
nimgrp recv channels.html#recv-procs-all proc 314
nim trySend channels.html#trySend.t,Chan[T],T template trySend[T](c: Chan[T]; src: T): bool 291
nim tryRecv channels.html#tryRecv,Chan[T],T proc tryRecv[T](c: Chan[T]; dst: var T): bool 295
nim send channels.html#send,Chan[T],sinkIsolated[T] proc send[T](c: Chan[T]; src: sink Isolated[T]) 308
nim send channels.html#send.t,Chan[T],T template send[T](c: Chan[T]; src: T) 322
nim recv channels.html#recv,Chan[T],T proc recv[T](c: Chan[T]; dst: var T) 326
nim recv channels.html#recv,Chan[T] proc recv[T](c: Chan[T]): T 335
nim recvIso channels.html#recvIso,Chan[T] proc recvIso[T](c: Chan[T]): Isolated[T] 340
nim peek channels.html#peek,Chan[T] proc peek[T](c: Chan[T]): int 347
nim newChan channels.html#newChan,Positive proc newChan[T](elements: Positive = 30): Chan[T] 351
nimgrp recv channels.html#recv-procs-all proc 326
318 changes: 159 additions & 159 deletions dochack.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ <h1 class="title">Index</h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-12-14 19:48:03 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-12-16 08:48:28 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion smartptrs.html
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ <h1><a class="toc-backref" href="#18">Templates</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-12-14 19:48:02 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-12-16 08:48:27 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion theindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ <h1 class="title">Index</h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-12-14 19:48:03 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-12-16 08:48:28 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion waitgroups.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ <h1><a class="toc-backref" href="#12">Procs</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-12-14 19:48:03 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2023-12-16 08:48:28 UTC</small>
</div>
</div>
</div>
Expand Down

0 comments on commit 771cc29

Please sign in to comment.