This module implements weak references.
This class implements a weak reference wrapper for class T.
This is a convenience function for creating a new weak reference wrapper for a given object.
See Source File
Alex Rønne Petersen, w0rp
Credit and thanks goes to Alex Rønne Petersen for implementing another weak reference type. This type is pretty much a fork of his code, some of it still surviving.
This module implements weak references.