Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
| PLActorKit | Provides support for spawning new actors and receiving actor messages |
| PLActorMessage | A reusable base class for messaging |
| < PLActorProcess > | An Actor process instance |
| PLActorRPC | Provides remote procedure call services |
| PLActorRPCProxy | The PLActorProxy provides transparent invocation of Objective-C messages on a local object, using ActorKit mailboxes to ensure synchronous message delivery |
| PLRunloopRPCProxy | The PLRunloopRPCProxy provides transparent invocation of Objective-C messages on a given runloop |