Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in weak-references

Why is the weak self reference in the UIView animation closure causing a compilation error in Swift

Is static List<WeakReference> needed?

A very weak reference (cannot be turned into shared)

Unit test to detect Memory leaks

Does it pay to use weak (or soft, etc.) reference as the parent reference in a tree?

How do you create a weak reference to an object in Python?

python weak-references

Strong references and UIView memory issues

How to correctly create a weak reference to method reference in Java

weak self in gcd in swift closure

Issue about weakreferences

Can I safely use this weak self auto type shortcut ?

Why Swift disallows weak reference for non-optional type?

Best time to cull WeakReferences in a collection in .NET

Do I need to keep a strong reference to a WeakReference that is only used to perform finalization?

convert the reference back to a strong one inside the closure, memory management, swift

Weak reference doesn't work as expected when passing it as a method reference

Weak or Unowned or None