Open SimonRichardson opened 11 years ago
Currently all actors utilise AnyRef, which is fine, but we could be more clever in certain places. Although AnyRef will not go from the whole code base as it's impossible....
typedef AnyRef = Dynamic;
Untyped actors done.
Unsure how to implement typed actors, more research is needed.
Currently all actors utilise AnyRef, which is fine, but we could be more clever in certain places. Although AnyRef will not go from the whole code base as it's impossible....