From 213923b2eebd86fd4ee3d00977a46b1923d2d6d3 Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Wed, 7 Aug 2024 10:36:32 +0200 Subject: [PATCH] content_updates.md: Add information about adding Coroutine Read Action's FAQ --- topics/intro/content_updates.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/topics/intro/content_updates.md b/topics/intro/content_updates.md index 78c1cc532..fca204fd7 100644 --- a/topics/intro/content_updates.md +++ b/topics/intro/content_updates.md @@ -19,6 +19,10 @@ Threading Model : Revamp the [Threading Model](threading_model.md) page (formerly _General Threading Rules_) and add a new page describing [background processes](background_processes.md), including cancellation and progress tracking. +Coroutines Read Actions +: +Added FAQ section and explanation of [why suspending inside the block is not allowed](coroutine_read_actions.topic#why-can-t-i-suspend-inside-the-block). + ### June {june-24}