6.6.2.2 CH-Replay-Map Operations

CHAMP replay maps support transients.

Method: make-transient (ch-replay-map)  rm &key synchronized?

Makes a transient-ch-replay-set whose initial contents are those of rm. 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-map

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

#<TRANSIENT-CH-REPLAY-MAP id>

where id is a serial number to identify the instance.

Function: transient-ch-replay-map? x

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