Actor Design Patterns
Actor Design Patterns#
This section is a collection of common design patterns (and anti-patterns) for Ray actors. It is meant as a handbook for both:
New users trying to understand how to get started with Ray, and
Advanced users trying to optimize their use of Ray actors
You may also be interested in visiting the design patterns section for tasks.