Generic Function become

Package:

CL-GSERVER.ACTOR

Syntax:

  become ACTOR NEW-BEHAVIORresult

Arguments and Values:

Description:

Changes the receive of the actor to the given `new-behavior' function. The `new-behavior' function must accept 3 parameters: the actor instance, the message and the current state.