Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in weak-references

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

Reference to destroyed Activity even though WeakReference was used

Understanding weak and unowned reference in Swift under the hood

KeyError: <weakref at 0x7fc9e8267ad0; to 'Flask' at 0x7fc9e9ec5750>

Why doesn't Xcode make outlets unowned instead of weak?