From 738a9863038746aa4428f74bafe7d849fc290e81 Mon Sep 17 00:00:00 2001 From: Romain Beauxis Date: Tue, 19 Nov 2024 08:40:22 -0600 Subject: [PATCH] Fix typo --- doc/content/migrating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/content/migrating.md b/doc/content/migrating.md index 2702157281..78aae83543 100644 --- a/doc/content/migrating.md +++ b/doc/content/migrating.md @@ -78,7 +78,7 @@ end ### Thread queues -In order to improve issues with complex inter-dependent asynchronous tasks, scheduler queues have been improved. +In order to improve issues with complex inter-dependent asynchronous tasks, scheduler queues have been updated. User-provided named queues can now be created and used to send asynchronous tasks, making it possible to control concurrency of certain classes of tasks and also to remedy any potential dependency between asynchronous tasks.