Generic Function watch

Package:

CL-GSERVER.ACTOR

Syntax:

  watch ACTOR WATCHERresult

Arguments and Values:

Description:

Registers `watcher' as a watcher of `actor'. Watching lets the watcher know about lifecycle changes of the actor being watched. I.e.: when it stopped. The message being sent in this case is: `(cons :stopped actor-instance)`