July 17th Friday (七月 十七日 金曜日)

Wills and Executors

  A will executor manages a collection of values and associated will procedures (a.k.a. finalizers). The will procedure for each
value is ready to be executed when the value has been proven (by the garbage collector) to be unreachable, except through weak
references or as the registrant for other will executors. A will is useful for triggering clean-up actions on data associated with
an unreachable value, such as closing a port embedded in an object when the object is no longer used.

  Calling the will-execute or will-try-execute procedure executes a will that is ready in the specified will executor. Wills are
not executed automatically, because certain programs need control to avoid race conditions. However, a program can create a thread
whose sole job is to execute wills for a particular executor.

  If a value is registered with multiple wills (in one or multiple executors), the wills are readied in the reverse order of registration.
Since readying a will procedure makes the value reachable again, the will must be executed and the value must be proven again unreachable
through only weak references before another of the wills is readied or executed. However, wills for distinct unreachable values are
readied at the same time, regardless of whether the values are reachable from each other.

  A will executor's register is held non-weakly until after the corresponding will procedure is executed. Thus, if the content value
of a weak box is registered with a will executor, the weak box's content is not changed to #f until all wills have been executed for
the value and the value has been proven again reachable through only weak references.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值