Redesign actor decorators
1) Give decorators their own identities 2) Fix dot composition behavior to match `f.g(x)=f(g(x))` 3) Make decorators depend on decorated actors, but not vice versa 4) Factor decorator unit tests
Showing
Please register or sign in to comment