Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in weak-references

EXC_BAD_ACCESS when using weakSelf in block / blocks

Problem with event listener added by a weak reference in ActionScript

Garbage collection and the memoization of a string-to-string function

How WeakReference is affecting working of this program

__attribute__((weakref)) not work for external function

How to reference finalized object in weakref.finalize?

python weak-references

differences between 'weak' and 'unowned' references in vala?

weak-references vala

When to use the WeakReference in C# (if not for caching)? [duplicate]

c# weak-references

Idle Simple Java Swing Application Memory Leaks

In Rust, how does Weak<T> know when the inner value has been dropped?

why java class WeakReference does not override hashcode and equals

java weak-references

How to specify the right type for ReferenceQueue.remove() in Java?

java weak-references

Is my method right for gargabe collecting circular referenced objects?

Weakly referenced object won't get garbage collected

Why is a weak pointer to an MVar finalized, even though the MVar is still accessible?

haskell weak-references

Weakreference or Factory Pattern

Meaning of ReferenceQueue

Java: Clarification needed on API doc for Reference Objects

What's the benefit of asyncio using weakrefs to keep track of tasks?