view.tui.runner

package view.tui.runner

Members list

Type members

Classlikes

class MultiRunner extends Thread, Runner

A view.tui.runner.Runner implementation which uses multiple threads to make blocking code non-blocking.

A view.tui.runner.Runner implementation which uses multiple threads to make blocking code non-blocking.

Attributes

Supertypes
trait Runner
class Thread
trait Runnable
class Object
trait Matchable
class Any
Show all
trait Runner

Used for view.tui.Tui to read from the standard input or another source and to run code in a controlled environment

Used for view.tui.Tui to read from the standard input or another source and to run code in a controlled environment

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class SingleRunner extends Runner

A simple implementation of view.tui.runner.Runner reading simply from standard input single-threaded.

A simple implementation of view.tui.runner.Runner reading simply from standard input single-threaded.

Attributes

Supertypes
trait Runner
class Object
trait Matchable
class Any