File tree Expand file tree Collapse file tree 2 files changed +16
-12
lines changed Expand file tree Collapse file tree 2 files changed +16
-12
lines changed Original file line number Diff line number Diff line change 1
1
# Automatically generated context index for Utopia::Project guides.
2
2
# Do not edit then files in this directory directly, instead edit the guides and then run `bake utopia:project:agent:context:update`.
3
3
---
4
- getting-started :
4
+ description : A concurrency framework for Ruby.
5
+ metadata :
6
+ documentation_uri : https://socketry.github.io/async/
7
+ funding_uri : https://github.com/sponsors/ioquatix/
8
+ source_code_uri : https://github.com/socketry/async.git
9
+ files :
10
+ - path : getting-started.md
5
11
title : Getting Started
6
- order : 1
7
12
description : This guide shows how to add async to your project and run code asynchronously.
8
- scheduler :
13
+ - path : scheduler.md
9
14
title : Scheduler
10
- order : 2
11
15
description : This guide gives an overview of how the scheduler is implemented.
12
- tasks :
16
+ - path : tasks.md
13
17
title : Tasks
14
- order : 3
15
18
description : This guide explains how asynchronous tasks work and how to use them.
16
- best-practices :
19
+ - path : best-practices.md
17
20
title : Best Practices
18
- order : 5
19
21
description : This guide gives an overview of best practices for using Async.
20
- debugging :
22
+ - path : debugging.md
21
23
title : Debugging
22
- order : 6
23
24
description : This guide explains how to debug issues with programs that use Async.
24
- thread-safety :
25
+ - path : thread-safety.md
25
26
title : Thread safety
26
- order : 10
27
27
description : This guide explains thread safety in Ruby, focusing on fibers and threads,
28
28
common pitfalls, and best practices to avoid problems like data corruption, race
29
29
conditions, and deadlocks.
Original file line number Diff line number Diff line change 1
1
# Releases
2
2
3
+ ## Unreleased
4
+
5
+ - Fix ` context/index.yaml ` schema.
6
+
3
7
## v2.27.1
4
8
5
9
- Updated documentation and agent context.
You can’t perform that action at this time.
0 commit comments