finished remote actors (with tests) plus half-baked distributed transactions (not complete)
This commit is contained in:
parent
10a0c16cb2
commit
a585e0ce38
19 changed files with 1055 additions and 817 deletions
|
|
@ -19,6 +19,7 @@ class SystemFailure(cause: Throwable) extends RuntimeException(cause)
|
|||
object Helpers extends Logging {
|
||||
|
||||
// ================================================
|
||||
@serializable
|
||||
class ReadWriteLock {
|
||||
private val rwl = new ReentrantReadWriteLock
|
||||
private val readLock = rwl.readLock
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue