Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clear ivar after scheduling for main thread deallocation #trivial (#590)
* Clear ivar after scheduling for main thread deallocation After scheduling the ivar for main thread deallocation we have clear out the ivar, otherwise we can run into a race condition where the main queue is drained earlier than this node is deallocated and the ivar is still deallocated on a background thread * First clear and than schedule
- Loading branch information