Trevor Stone
val snapshotHandle = Snapshot.registerGlobalWriteObserver { if (!applyScheduled) { applyScheduled = true launch { applyScheduled = false Snapshot.sendApplyNotifications() } } }
A modern programming language that makes developers happier.