WiredActor - For sending functions and invoking them as Actor messages

WiredActor

For most cases I’ve seen messages sent to an Actor are just invoking other internal functions within the Actor. Creating case class or object messages for each Actor was becoming a bit of pain.

WiredActor allows for directly sending, invoking & scheduling functions as messages similar to messages in an Actor.

Hope you find it useful :slight_smile:

Cheers,
Simer