mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
threading_model.md: Make example EDT more busy to suggest it shouldn't be blocked
This commit is contained in:
parent
7e6f07464a
commit
ba9ce06083
@ -1,4 +1,4 @@
|
||||
<!-- Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
|
||||
<!-- Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
|
||||
|
||||
# Threading Model
|
||||
|
||||
@ -29,9 +29,12 @@ gantt
|
||||
axisFormat
|
||||
section EDT
|
||||
UI task : 0, 1
|
||||
UI task : 1, 2
|
||||
write : 3, 4
|
||||
UI task : 6, 7
|
||||
UI task : 4, 5
|
||||
write : 5, 6
|
||||
UI task : 7, 8
|
||||
UI task : 8, 9
|
||||
write : 9, 10
|
||||
section BGT 1
|
||||
task : done, 0, 3
|
||||
|
Loading…
x
Reference in New Issue
Block a user