Skip to content

Commit 2f95f7d

Browse files
committed
doc: Mention std::par in task tutorial
1 parent c9e90de commit 2f95f7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)