coroutine_edt_and_locks.md: Add learnCoroutines snippet

This commit is contained in:
Karol Lewandowski 2025-03-12 15:50:33 +01:00
parent 4483e14286
commit b52e1031d5

View File

@ -2,6 +2,8 @@
# Coroutines on EDT and Locks
<include from="coroutines_snippets.md" element-id="learnCoroutines"/>
Sometimes, errors similar to the below can be observed in the IDE:
```