Search code examples
How do I make an exit handler that runs after all weakref finalizers run...

pythonweak-referencesatexit

Read More
Pickling weakref in Python...

pythonpickleweak-references

Read More
weakref (WeakKeyDictionary) to frame (FrameType) objects...

pythonstack-traceweak-references

Read More
Optimal way to use phantom references in Java 8, or use weak references instead?...

javajava-8weak-referencesfinalizerphantom-reference

Read More
C++ rvalue shared_ptr and rvalue weak_ptr...

c++shared-ptrweak-references

Read More
Best practice: weak reference to activity in static method...

javaandroidandroid-activityweak-references

Read More
How to reference finalized object in weakref.finalize?...

pythonweak-references

Read More
How to properly allocate/initialize a weak variable? (Swift)...

iosswiftmkmapviewweak-referencesretain-cycle

Read More
Difference between WeakSet<T> and Set<Weakref<T>>...

javascripttypescriptweak-references

Read More
Why can the keyword "weak" only be applied to class and class-bound protocol types...

swiftvariablesweak-references

Read More
Can't replace __weak function in static library, which wrapped in another static library with st...

clinkerstatic-librariesweak-references

Read More
What is Liveness in JavaScript?...

javascriptgarbage-collectionweak-references

Read More
Parallelizing Keras Model Predict Using Multiprocessing...

pandaskerasmultiprocessingpoolweak-references

Read More
Using objc_setAssociatedObject with weak references...

objective-cweak-referencesobjective-c-runtime

Read More
Java: Clarification needed on API doc for Reference Objects...

javareferenceweak-referencesfinalizefinalization

Read More
What's the difference between SoftReference and WeakReference in Java?...

javareferenceweak-referencessoft-references

Read More
Thread Safety of WeakReference...

c#.netweak-references

Read More
Python, inconsistent results vs docs: object deleted but weak ref still 'active'...

pythonweak-references

Read More
Can Java garbage collect variables before end of scope?...

javareferencegarbage-collectionweak-references

Read More
How to convert a weak variable to strong one?...

pythonweak-references

Read More
Weak events in .NET?...

.neteventsgarbage-collectionweak-references

Read More
Swift: keeping a strong reference to a weak variable...

swiftautomatic-ref-countingweak-referencesreference-counting

Read More
Why the weak symbol defined in the same .a file but different .o file is not used as fall back?...

gcclinkerweak-referencestranslation-unit

Read More
Garbage Collection should have removed object but WeakReference.IsAlive still returning true...

c#.netgarbage-collectionweak-references

Read More
Best way to abstract reusable custom button listeners out of the main activity?...

androidmvvmlistenerviewmodelweak-references

Read More
Understanding WeakReferences...

javalisthashmapgarbage-collectionweak-references

Read More
Testing WeakReference...

javaunit-testingweak-references

Read More
memory leak with anonymous functions in classes?...

phplambdamemory-leaksanonymous-functionweak-references

Read More
Kivy Flatbutton throwing a weak Reference Error...

pythonpycharmkivy-languageweak-references

Read More
Do we need to handle weak reference and context switching?...

androidgarbage-collectionweak-referencescontext-switching

Read More
BackNext