Companion

object Companion

Functions

Link copied to clipboard
fun current(): AvailThread

Answer the current Thread strengthened to an AvailThread, or throw ClassCastException if it isn't actually an AvailThread.

Link copied to clipboard
fun currentOrNull(): AvailThread?

Answer the current Thread strengthened to an AvailThread, or null if it isn't actually an AvailThread.

Properties

Link copied to clipboard
val availThreadGroup: ThreadGroup

The ThreadGroup for the Avail interpreter threads.