about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--doc/tutorial-tasks.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/tutorial-tasks.md b/doc/tutorial-tasks.md
index d160b92f6fe..55b8d9178e2 100644
--- a/doc/tutorial-tasks.md
+++ b/doc/tutorial-tasks.md
@@ -56,6 +56,7 @@ concurrency at the moment.
 * [`std::comm`] - Higher level messaging types based on `core::pipes`
 * [`std::sync`] - More exotic synchronization tools, including locks 
 * [`std::arc`] - The ARC type, for safely sharing immutable data
+* [`std::par`] - Some basic tools for implementing parallel algorithms
 
 [`core::task`]: core/task.html
 [`core::comm`]: core/comm.html
@@ -63,7 +64,7 @@ concurrency at the moment.
 [`std::comm`]: std/comm.html
 [`std::sync`]: std/sync.html
 [`std::arc`]: std/arc.html
-
+[`std::par`]: std/par.html
 
 # Spawning a task