An actor pool is a utility class similar to multiprocessing.Pool that lets you schedule Ray tasks over a fixed pool of actors.
References:
- ray-project/ray#2105 (comment)
- https://github.com/ray-project/ray/blob/5df801605e12de297fb660b360500d17bccdbd3b/python/ray/util/actor_pool.py
Create an Actor pool from a list of existing actors.