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
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 Objecttrait Matchableclass Any
- Known subtypes
-
class MultiRunnerclass SingleRunner
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
In this article