Companion

object Companion

Functions

Link copied to clipboard
fun name(code: A_RawFunction?): String

Answer a descriptive (non-unique) name for the specified function.

Properties

Link copied to clipboard
const val decrementForPolledActiveCode: Long = 1000

Each time an A_RawFunction is found to be the running code for some interpreter during periodic polling, atomically decrease its countdown by this amount, avoiding going below one (1).

Link copied to clipboard
val invalidationLock: ReentrantLock

The lock that protects invalidation of chunks due to method changes from interfering with each other. The alternative to a global lock seems to imply deadlock conditions.