Multithreaded actors with transparent futuresĀ for Objective-C.
Archive for category Threading
ActorKit
Sep 29
PolKit
Sep 9
A collection of many reusable Obj-C classes and functions for Mac OS X Leopard and later providing features like advanced networking, file system utilities, HID, MIDI & serial port devices support, OpenSSL encryption, file upload & download for many protocols, etc.
PLActorKit
Jan 2
An Objective-C implementation of asynchronous inter-thread message passing.
UKMainThreadProxy
Dec 26
A class and category that creates a proxy object to which you can send messages, and they’ll always be executed on another object, on the main thread.
KSThreadProxy
Dec 26
A class that forwards all messages sent to it to another object, guaranteeing it will be executed on a particular thread.