Next: Using actormaps, Previous: Actormaps overview, Up: Actormaps [Contents][Index]
At its base level, every actormap is either a whactormap or a transactormap, as discussed in the last section.
Return a reference to a new whactormap. vat-connector, if provided, is the syscaller for the containing vat.
Return a reference to a new actormap. This is a convenience
wrapper around make-whactormap
.
(define an-actormap (make-actormap))
Return a reference to a new transactormap with parent as its preceding generation.
The two types of actormap have corresponding identity predicates:
Return #t
if obj is a whactormap, else #f
.
Return #t
if obj is a transactormap, else
#f
.