Skip to content

darioalessandro/Theater

Repository files navigation

[ARCHIVED] Theater : iOS Actor Model Framework

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.

License

Theater is available under the Apache 2 License. See the LICENSE file for more info.

Contact

About

Swift framework to help write async, resilient and responsive applications.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors