icanzilb / TaskQueue

A Task Queue Class developed in Swift (by Marin Todorov)
MIT License
682 stars 74 forks source link

Is using [weak self] or [strong self] necessary? #24

Open lyc2345 opened 6 years ago

lyc2345 commented 6 years ago

Hi, As Title. Is using task need to use [weak self] or [strong self] to prevent retain cycle?

Thanks for this very helpful pods!!!