Helper function for managing the lifecycle of a PersistableActor. Facilitates the use of PersistableActor by handling initialization, action execution, state persistence, and cleanup in an organized way.
Parameters for creating the PersistableActor.
An asynchronous callback function for performing actions with the actor instance.
Generated using TypeDoc
Helper function for managing the lifecycle of a PersistableActor. Facilitates the use of PersistableActor by handling initialization, action execution, state persistence, and cleanup in an organized way.