You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: topics/basics/architectural_overview/threading/threading_model.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -643,6 +643,18 @@ Massive batches of VFS events can be pre-processed in the background with [`Asyn
643
643
644
644
See the [Investigating IntelliJ Platform UI Freezes](https://blog.jetbrains.com/platform/2025/09/investigating-intellij-platform-ui-freezes/) blog post for techniques to investigate UI freezes.
645
645
646
+
## Kotlin Notebooks
647
+
648
+
IntelliJ Platform sources include Kotlin Notebooks helping to understand the core concepts of the threading model:
0 commit comments