~ chicken-core (chicken-5) 3ebca08592a05d3c32df84e85eab0018da865191
commit 3ebca08592a05d3c32df84e85eab0018da865191 Author: felix <felix@call-with-current-continuation.org> AuthorDate: Sat Dec 11 01:16:28 2010 +0100 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Sat Dec 11 01:16:28 2010 +0100 added note to set-finalizer! doc diff --git a/manual/Unit library b/manual/Unit library index 389904f2..6584fe1c 100644 --- a/manual/Unit library +++ b/manual/Unit library @@ -737,7 +737,8 @@ are called on normal program exit. Finalizers are not run on abnormal program exit. A normal program exit does not run finalizers that are still reachable from global data. -Multiple finalizers can be registered for the same object. +Multiple finalizers can be registered for the same object. The order +in which the finalizers run is undefined. ==== set-gc-report!Trap