_locked

val _locked: Slide.Locked

DO NOT USE THIS WITHOUT SYNCHRONIZING ON SLIDE OR YOU WILL RACE THE RENDER THREAD Use the lock() convenience method rather than accessing this directly

If Kotlin/JVM were smarter, this would be private or internal but as things are now, we can't inline lock() when this is private or internal ;_;