We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9e90de commit 2f95f7dCopy full SHA for 2f95f7d
doc/tutorial-tasks.md
@@ -56,14 +56,15 @@ concurrency at the moment.
56
* [`std::comm`] - Higher level messaging types based on `core::pipes`
57
* [`std::sync`] - More exotic synchronization tools, including locks
58
* [`std::arc`] - The ARC type, for safely sharing immutable data
59
+* [`std::par`] - Some basic tools for implementing parallel algorithms
60
61
[`core::task`]: core/task.html
62
[`core::comm`]: core/comm.html
63
[`core::pipes`]: core/pipes.html
64
[`std::comm`]: std/comm.html
65
[`std::sync`]: std/sync.html
66
[`std::arc`]: std/arc.html
-
67
+[`std::par`]: std/par.html
68
69
# Spawning a task
70
0 commit comments