File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: c9e90de19f8edd6cbe8b82a73a6734b894a961c8
2
+ refs/heads/master: 2f95f7d8de29baca271d04ef89021146061ce975
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
5
5
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be
Original file line number Diff line number Diff line change @@ -56,14 +56,15 @@ concurrency at the moment.
56
56
* [ ` std::comm ` ] - Higher level messaging types based on ` core::pipes `
57
57
* [ ` std::sync ` ] - More exotic synchronization tools, including locks
58
58
* [ ` std::arc ` ] - The ARC type, for safely sharing immutable data
59
+ * [ ` std::par ` ] - Some basic tools for implementing parallel algorithms
59
60
60
61
[ `core::task` ] : core/task.html
61
62
[ `core::comm` ] : core/comm.html
62
63
[ `core::pipes` ] : core/pipes.html
63
64
[ `std::comm` ] : std/comm.html
64
65
[ `std::sync` ] : std/sync.html
65
66
[ `std::arc` ] : std/arc.html
66
-
67
+ [ `std::par` ] : std/par.html
67
68
68
69
# Spawning a task
69
70
You can’t perform that action at this time.
0 commit comments