Skip to content

Commit fa86ab4

Browse files
committed
PRIMITIVES.md various improvements.
1 parent b1e592c commit fa86ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PRIMITIVES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ obvious workround is to produce a version with unused primitives removed.
2929
3.6.1 [Definition](./PRIMITIVES.md#361-definition)
3030
3.7 [Class Gather](./PRIMITIVES.md#37-class-gather) Synchronise and collect results from multiple coros.
3131
3.7.1 [Definition](./PRIMITIVES.md#371-definition)
32-
3.7.2 [Use with timeouts and cancellation](./PRIMITIVES.md#372-use-with-timeouts-and-cancellation)
32+
3.7.2 [Use with timeouts and cancellation](./PRIMITIVES.md#372-use-with-timeouts-and-cancellation) Demo of advanced usage of Gather.
3333
4. [Task Cancellation](./PRIMITIVES.md#4-task-cancellation) Methods of cancelling tasks and groups of tasks.
3434
4.1 [Coro sleep](./PRIMITIVES.md#41-coro-sleep) sleep() with reduced exception handling latency.
3535
4.2 [Class Cancellable](./PRIMITIVES.md#42-class-cancellable) Register tasks for cancellation.

0 commit comments

Comments
 (0)