Skip to content

Fix memory leaks in async Task closures. Use [weak self] in all Task …#2

Open
viachaslauinnowise wants to merge 1 commit into
Mobile-Innowise-Group:mainfrom
viachaslauinnowise:task_memory_leaks_fixes
Open

Fix memory leaks in async Task closures. Use [weak self] in all Task …#2
viachaslauinnowise wants to merge 1 commit into
Mobile-Innowise-Group:mainfrom
viachaslauinnowise:task_memory_leaks_fixes

Conversation

@viachaslauinnowise

Copy link
Copy Markdown

Fix memory leaks in async Task closures. Use [weak self] in all Task and Task.detached closures to prevent retain cycles when tasks outlive their parent objects.

…and Task.detached closures to prevent retain cycles when tasks outlive their parent objects.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant