Reworked stm with no global/local
This commit is contained in:
parent
9012847ff1
commit
2b79caa8b3
50 changed files with 363 additions and 631 deletions
|
|
@ -5,7 +5,7 @@ import akka.stm.TransactionalMap;
|
|||
import akka.stm.TransactionalVector;
|
||||
import akka.stm.Ref;
|
||||
import akka.actor.*;
|
||||
import akka.stm.local.Atomic;
|
||||
import akka.stm.Atomic;
|
||||
|
||||
public class StatefulPojo extends TypedActor {
|
||||
private TransactionalMap<String, String> mapState;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue