rchillyard / Majabigwaduce

A framework to allow MapReduce applications to use Akka actors
12 stars 4 forks source link

Non-idiomatic construction of actors #13

Open rchillyard opened 4 years ago

rchillyard commented 4 years ago

Actors are created in a non-idiomatic way, using the Actors class. This probably should be eliminated. As far as we know, this issue doesn't cause any major problems.