Add link to weak reference.

This commit is contained in:
Leif Andersen 2016-02-05 18:34:23 -05:00
parent d28ab71058
commit f02fd8f338

View File

@ -406,7 +406,9 @@ the state transitions / contracts are:
invoked, removes the callback from this preference.
If @racket[weak?] is true, the preferences system will only hold on to
the callback weakly.
the callback
@tech[#:key "weak references"
#:doc '(lib "scribblings/reference/reference.scrbl")]{weakly}.
The callbacks will be called in the order in which they were added.