rd-framework / com.jetbrains.rd.framework / IInternRoot / remove

remove

abstract fun remove(value: TBase): Unit

Removes interned value. Any future attempts to un-intern IDs previously associated with this value will fail. Not thread-safe. It's up to user to ensure that the value being removed is not being used in messages written on background threads.