aboutsummaryrefslogtreecommitdiff
path: root/LEARNING.md
diff options
context:
space:
mode:
Diffstat (limited to 'LEARNING.md')
-rw-r--r--LEARNING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/LEARNING.md b/LEARNING.md
index 2c04f65..9259fea 100644
--- a/LEARNING.md
+++ b/LEARNING.md
@@ -26,6 +26,6 @@
- [x] Presenter
- VC shouldn't see PenguinItem, only the one for rendering, e.g. 'PenguinItemModel'
- ViewModel struct can be together with Presenter file if simple
-- [ ] Background thread
+- [x] Background thread
- DispatchQueue backgroundThread
- Just one place on the presenter to fire back on Main