6.6.1.2 CH-Replay-Set Operations

CHAMP replay sets support transients.

Method: make-transient (ch-replay-set)  rs &key synchronized?

Makes a transient-ch-replay-set whose initial contents are those of rs. If synchronized? is true, all operations on the transient will be serialized via locking; otherwise, the transient is not thread-safe.

Data type: transient-ch-replay-set

A transient CHAMP replay set. Subclass of transient-replay-set. These print simply as:

#<TRANSIENT-CH-REPLAY-SET id>

where id is a serial number to identify the instance.

Function: transient-ch-replay-set? x

Returns true iff x is an FSet transient CHAMP replay set.