Aojet
Actor framework
An implementation of the actor model for concurrent programming in Swift.
An actor model library for swift.
40 stars
7 watching
3 forks
Language: Swift
last commit: about 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
apache/pekko | An open-source framework for building highly concurrent, distributed, and resilient message-driven applications using the Actor Model | 1,220 |
stiffstream/sobjectizer | An actor framework for C++ that simplifies the development of concurrent and multithreaded applications. | 487 |
anthdm/hollywood | An actor model-based framework for building high-performance distributed systems with guaranteed message delivery and fault tolerance. | 1,217 |
aarvid/actors | An Actor-based concurrency framework for Common Lisp applications | 12 |
juliaactors/actors.jl | A concurrent computing framework in Julia based on the Actor Model, enabling reactive applications with message-driven concurrency and resilience. | 106 |
vladopajic/go-actor | A Go library for writing concurrent programs using the Actor model. | 155 |
zkat/memento-mori | A Common Lisp library for building robust actor-based systems by embracing failure and promoting limited damage recovery. | 32 |
antonthedev/flightanimator | A framework that allows for simple and flexible animation definition using a blocks-based syntax, enabling dynamic creation, configuration, grouping, and caching of property animations. | 582 |
orbit/orbit | A framework for building distributed systems using the actor model and virtual actors. | 1,705 |
aofei/air | An ideal web framework for Go with focus on simplicity and ease of use. | 440 |
horusiath/akkling | An experimental F# API for building actor-based systems with typed actor references and simplified API | 225 |
louthy/echo-process | An actor-based system library for C# with support for persistence and integration with Redis. | 116 |
mdbergmann/cl-gserver | An actor framework for building concurrent, event-driven systems with support for message passing, state management, and concurrency tools. | 199 |
gloryofrobots/arza | An experimental functional programming language with multiple dispatch and actor model. | 5 |
hominee/crossbus | An actor-based computing model without runtime or platform dependencies, allowing for bare-metal execution and flexible task manipulation. | 122 |