Skip to content

Commit b0cb2a8

Browse files
committed
---
yaml --- r: 22195 b: refs/heads/snap-stage3 c: 2f95f7d h: refs/heads/master i: 22193: 4c3b1e9 22191: 7c779ae v: v3
1 parent d4d0a3d commit b0cb2a8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: e430a699f2c60890d9b86069fd0c68a70ece7120
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: c9e90de19f8edd6cbe8b82a73a6734b894a961c8
4+
refs/heads/snap-stage3: 2f95f7d8de29baca271d04ef89021146061ce975
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/doc/tutorial-tasks.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,15 @@ concurrency at the moment.
5656
* [`std::comm`] - Higher level messaging types based on `core::pipes`
5757
* [`std::sync`] - More exotic synchronization tools, including locks
5858
* [`std::arc`] - The ARC type, for safely sharing immutable data
59+
* [`std::par`] - Some basic tools for implementing parallel algorithms
5960

6061
[`core::task`]: core/task.html
6162
[`core::comm`]: core/comm.html
6263
[`core::pipes`]: core/pipes.html
6364
[`std::comm`]: std/comm.html
6465
[`std::sync`]: std/sync.html
6566
[`std::arc`]: std/arc.html
66-
67+
[`std::par`]: std/par.html
6768

6869
# Spawning a task
6970

0 commit comments

Comments
 (0)