From b52e1031d5b36d1477cf824b9a30a4e484e72267 Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Wed, 12 Mar 2025 15:50:33 +0100 Subject: [PATCH] coroutine_edt_and_locks.md: Add learnCoroutines snippet --- .../threading/coroutines/coroutine_edt_and_locks.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/topics/basics/architectural_overview/threading/coroutines/coroutine_edt_and_locks.md b/topics/basics/architectural_overview/threading/coroutines/coroutine_edt_and_locks.md index 50cf89f8f..54e967d0a 100644 --- a/topics/basics/architectural_overview/threading/coroutines/coroutine_edt_and_locks.md +++ b/topics/basics/architectural_overview/threading/coroutines/coroutine_edt_and_locks.md @@ -2,6 +2,8 @@ # Coroutines on EDT and Locks + + Sometimes, errors similar to the below can be observed in the IDE: ```