File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ obvious workround is to produce a version with unused primitives removed.
17
17
1.2 [ Task control and monitoring] ( ./PRIMITIVES.md#12-task-control-and-monitoring )
18
18
2 . [ Modules] ( ./PRIMITIVES.md#2-modules )
19
19
3 . [ Synchronisation Primitives] ( ./PRIMITIVES.md#3-synchronisation-primitives )
20
- 3.1 [ Function launch] ( ./PRIMITIVES.md#31-function-launch ) Launch a function or a coro interchangeably.
20
+ 3.1 [ Function launch] ( ./PRIMITIVES.md#31-function-launch ) Launch a function or a coro interchangeably.
21
21
3.2 [ Class Lock] ( ./PRIMITIVES.md#32-class-lock ) Ensure exclusive access to a shared resource.
22
22
3.2.1 [ Definition] ( ./PRIMITIVES.md#321-definition )
23
23
3.3 [ Class Event] ( ./PRIMITIVES.md#33-class-event ) Pause a coro until an event occurs.
@@ -35,7 +35,7 @@ obvious workround is to produce a version with unused primitives removed.
35
35
4.2 [ Class Cancellable] ( ./PRIMITIVES.md#42-class-cancellable ) Register tasks for cancellation.
36
36
4.2.1 [ Groups] ( ./PRIMITIVES.md#421-groups ) Group sets of tasks for cancellation.
37
37
4.2.2 [ Custom cleanup] ( ./PRIMITIVES.md#422-custom-cleanup )
38
- 4.3 [ Class NamedTask] ( ./PRIMITIVES.md#43-class-namedtask ) Associate tasks with names for cancellation.
38
+ 4.3 [ Class NamedTask] ( ./PRIMITIVES.md#43-class-namedtask ) Associate tasks with names for cancellation.
39
39
4.3.1 [ Latency and Barrier objects] ( ./PRIMITIVES.md#431-latency-and-barrier-objects )
40
40
4.3.2 [ Custom cleanup] ( ./PRIMITIVES.md#432-custom-cleanup )
41
41
4.3.3 [ Changes] ( ./PRIMITIVES.md#433-changes ) June 2018 asyn API changes affecting cancellation.
You can’t perform that action at this time.
0 commit comments