Skip to content

Commit 93f8015

Browse files
committed
---
yaml --- r: 24303 b: refs/heads/master c: 2f95f7d h: refs/heads/master i: 24301: b3f2a8d 24299: d70a62f 24295: aea4fbb 24287: c102ae0 v: v3
1 parent 2fcb9ab commit 93f8015

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,5 +1,5 @@
11
---
2-
refs/heads/master: c9e90de19f8edd6cbe8b82a73a6734b894a961c8
2+
refs/heads/master: 2f95f7d8de29baca271d04ef89021146061ce975
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be

trunk/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)