From daee1f1b5c739f42ba54a1ebbb9655f5034e315f Mon Sep 17 00:00:00 2001 From: Nicholas Tay Date: Sun, 17 Jul 2022 01:56:43 +1000 Subject: 'weak self' stuff --- LEARNING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LEARNING.md') 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 -- cgit