tobiko/tobiko/actors
Federico Ressi 5177c1239e Simplify actor sub-class declaration
- Make actor ref generic classes referencing to actors
 - Create actor ref interface directly with actor methods
 - Create a BaseActor abstract class for remote actors
 - Add ActorManager class
 - Implement the logic that allow to use a specialized
   Fixture manager for Actors

Change-Id: Idba2b903c1259dc924dd4d83fd7773c79bbb1e12
2022-03-05 07:00:45 +01:00
..
__init__.py Simplify actor sub-class declaration 2022-03-05 07:00:45 +01:00
_actor.py Simplify actor sub-class declaration 2022-03-05 07:00:45 +01:00
_manager.py Simplify actor sub-class declaration 2022-03-05 07:00:45 +01:00
_proxy.py Simplify actor sub-class declaration 2022-03-05 07:00:45 +01:00
_request.py Refine interface for starting/stopping actors 2022-03-04 05:14:42 +01:00