Search code examples
Is it possible to use ConditionalWeakTable with a Tuple key (or a key comprised of multiple referenc...

c#.netmemory-managementweak-references

Read More
Can a bi-directional WeakMap lead to a memory leak?...

javascriptgarbage-collectionweak-references

Read More
Is it possible to create a "weak reference" in JavaScript?...

javascriptweak-references

Read More
Registering a method as callback prevents the object from being garbage collected even with a finali...

pythongarbage-collectionweak-referencesfinalizer

Read More
Is there a way to have a map with weakly-held values in JavaScript?...

javascriptweak-referencesweakmap

Read More
Weak references - how useful are they?...

weak-references

Read More
Why does the weak reference upgrade to a strong reference when self defined with weak self is checke...

swiftclosuresweak-referencesstrong-references

Read More
C++ weak_ptr.lock() segfault...

c++qtweak-references

Read More
Defining python type hints for list of a weakref object...

pythonpython-typingweak-references

Read More
How can I maintain a weak reference on a COM object in C++?...

c++windowscomweak-references

Read More
Can an object be garbage collected if one of its members is a running thread?...

pythonmultithreadinggarbage-collectionweak-references

Read More
Weak self does nothing or what am i doing wrong?...

swiftconcurrencyweak-referencesdispatch-asyncweak

Read More
Unexpected EXC_BAD_ACCESS while setting weak property at BG global queue...

iosobjective-cexc-bad-accessweak-references

Read More
Does Dart/Flutter have the concept of weak references?...

memory-leaksdartflutterweak-referencescircular-reference

Read More
WeakHandle .NET Core vs .NET Framework...

c#garbage-collectionweak-references

Read More
How do I declare an array of weak references in Swift?...

swiftautomatic-ref-countingweak-referencesnspointerarray

Read More
What is the difference between a weak reference and an unowned reference?...

swiftmemory-managementautomatic-ref-countingweak-referencesdangling-pointer

Read More
Did weakref.proxy became hashable in Python 3.9?...

pythonweak-references

Read More
How can I create a Weak<dyn T> via Weak::new()?...

rustobserver-patternweak-references

Read More
WeakReference not Garbage Collected...

c#visual-studioweak-references

Read More
ThreadLocal Resource Leak and WeakReference...

javathread-localweak-references

Read More
What's the difference between ES6 Set and WeakSet?...

javascriptecmascript-6weak-references

Read More
Unit test to detect Memory leaks...

c#unit-testingmemory-leaksweak-references.net-4.8

Read More
Java's WeakHashMap and caching: Why is it referencing the keys, not the values?...

javacachingweak-references

Read More
ConditionalWeakTable - GC.Collect() behavior, why it does not operate as expected?...

c#scopegarbage-collectionweak-references

Read More
Swift. Is the (absolutely) sole specific advantage of unowned over weak, performance?...

swiftreferenceweak-references

Read More
Will WeakSet be garbage collected if values are used as keys in Map?...

javascriptgarbage-collectionweak-referencesweakmap

Read More
Mutual dependency of two objects...

c++dependenciesaggregationweak-referencesweak-ptr

Read More
In Swift, if I have a closure capturing [weak self], is it good practice to unwrap the optional self...

swiftclosuresweak-references

Read More
Weak referenced Passthrough Subject doesn't send input...

iosswiftcombineweak-referencespublisher

Read More
BackNext