A GC alarm calls a user function after the end of each major GC cycle.
create f
arranges for f
to be called after the end of each major GC cycle,
starting with the current cycle or the next one. f
will be run in the monitor
that create
was called in.
delete t
will stop the calls to the function associated with a
. Calling delete
t
again has no effect.