This project is archived and no longer maintained. Swift now supports actors natively at the language level (introduced in Swift 5.5), making third-party actor frameworks like Theater unnecessary. We recommend using Swift's built-in concurrency features instead.
See the official Swift documentation: Swift Actors
Theater was a Swift framework for building concurrent, resilient, and responsive applications using the Actor Model. It provided an abstraction over low-level concurrency primitives like OperationQueues, dispatch semaphores, and GCD, inspired by Akka's design patterns.
Theater is available under the Apache 2 License. See the LICENSE file for more info.
- Email: dario@securityunion.dev
- GitHub: darioalessandro/Theater
