aboutsummaryrefslogtreecommitdiff
path: root/LEARNING.md
diff options
context:
space:
mode:
authorNicholas Tay <nick@windblume.net>2022-07-17 01:56:43 +1000
committerNicholas Tay <nick@windblume.net>2022-07-17 01:56:43 +1000
commitdaee1f1b5c739f42ba54a1ebbb9655f5034e315f (patch)
treedfeb6550b4c97e16c81fa589c8d113ffef599d92 /LEARNING.md
parent13f60899394f3bda4b77e6d5dc71f418ad0e2975 (diff)
downloadforayios-daee1f1b5c739f42ba54a1ebbb9655f5034e315f.tar.gz
forayios-daee1f1b5c739f42ba54a1ebbb9655f5034e315f.tar.bz2
forayios-daee1f1b5c739f42ba54a1ebbb9655f5034e315f.zip
'weak self' stuff
Diffstat (limited to '')
-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