Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in weak-references

How can you use weak references in Swift generic data structure typed as a protocol?

Strange C# Weak Reference Behaviour

c# c#-4.0 weak-references

(How) can I make weak references to proxy objects act like weak references to the proxied objects?

c# weak-references

Application crashes in background, when popping a fragment from stack

How can I hold a WeakReference<Action> to a method of an instance until the instance is collected?

c# weak-references

Android - Do I have to have WeakReference for inner class AsyncTask?

Garbage collection of LOH, WeakReferences, large objects

Memory Leak and Weak References

Do I need to use a WeakReference for circular dependency?

Using WeakReference Safely

Understanding retain count with the blocks accessing self inside it.

Why using Weak Event Pattern on controls instead of managing lifetime somewhere else?

Mutual dependency of two objects

Can an object be eligible for garbage collection when it holds a reference to a running Thread?

why are my weakrefs dead in the water when they point to a method? [duplicate]