Skip to content

Commit 41eccc7

Browse files
committed
Fix document title and update readme.
1 parent a83fa5a commit 41eccc7

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

context/index.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ scheduler:
1010
order: 2
1111
description: This guide gives an overview of how the scheduler is implemented.
1212
tasks:
13-
title: Asynchronous Tasks
13+
title: Tasks
1414
order: 3
1515
description: This guide explains how asynchronous tasks work and how to use them.
1616
best-practices:

context/tasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Asynchronous Tasks
1+
# Tasks
22

33
This guide explains how asynchronous tasks work and how to use them.
44

guides/tasks/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Asynchronous Tasks
1+
# Tasks
22

33
This guide explains how asynchronous tasks work and how to use them.
44

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ Please see the [project documentation](https://socketry.github.io/async/) for mo
3535

3636
Please see the [project releases](https://socketry.github.io/async/releases/index) for all releases.
3737

38+
### v2.27.1
39+
40+
- Updated documentation and agent context.
41+
3842
### v2.27.0
3943

4044
- `Async::Task#stop` supports an optional `cause:` argument (that defaults to `$!`), which allows you to specify the cause (exception) for stopping the task.
@@ -85,10 +89,6 @@ Please see the [project releases](https://socketry.github.io/async/releases/inde
8589

8690
- Add support for `Sync(annotation:)`, so that you can annotate the block with a description of what it does, even if it doesn't create a new task.
8791

88-
### v2.17.0
89-
90-
- Introduce `Async::Queue#push` and `Async::Queue#pop` for compatibility with `::Queue`.
91-
9292
## See Also
9393

9494
- [async-http](https://github.com/socketry/async-http) — Asynchronous HTTP client/server.

0 commit comments

Comments
 (0)