Concurrent computing in Julia based on the Actor Model. Actors make(s) concurrency easy to understand and reason about and integrate(s) well with Julia's multi-threading and distributed computing. It provides an API for writing reactive applications.
Features
- Responsive: react to inputs and events
- Message-driven: rely on asynchronous message-passing
- Resilient: can cope with failures
- Elastic: can distribute load over multiple threads and workers
- Documentation available
- Examples available
Categories
Data VisualizationLicense
MIT LicenseFollow Actors.jl
Other Useful Business Software
Go From AI Idea to AI App Fast
Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Actors.jl!