releaseExclusiveAccess

abstract fun releaseExclusiveAccess()

Releases exclusive (write) access to the map and returns to shared (read-only).

To be called from JNI only!

Throws

if called while not holding exclusive access.