ThreadUtils

org.nlogo.window.ThreadUtils
object ThreadUtils

Attributes

Source
ThreadUtils.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def waitFor(workspace: GUIWorkspace, runnable: Runnable): Unit

Attributes

Source
ThreadUtils.scala
def waitFor(workspace: GUIWorkspace, runnable: CommandRunnable): Unit

Attributes

Source
ThreadUtils.scala

Attributes

Source
ThreadUtils.scala
def waitForResult[T](workspace: GUIWorkspace, runnable: ReporterRunnable[T]): T

Attributes

Source
ThreadUtils.scala

Concrete fields