You can use Pair : `val (a, b) = synchronized(thi...
# announcements
s
You can use Pair :
val (a, b) = synchronized(this) { Pair(this.a, this.b) }