Documentation
¶
Overview ¶
Garbage is an exploration of the garbage collection technique described in http://dl.acm.org/citation.cfm?id=359655. Dijkstra's method is used by Go's garbage collector.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Run ¶
Start the collector and mutator processes. the mutator is terminated after a time after timeoout, at which point it notifies the collector it's time to finish, via the colTimeOut channel. The collector can't be allowed to finish first becuase the mutator might then get hung on a free node request.
func WaitForSignal ¶
func WaitForSignal()
Types ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.