Packages

package async

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final class AsyncShell extends AnyRef

    An asynchronous shell.

    An asynchronous shell. It processes commands and tab-completions asynchronously.

  2. trait InputAction [T] extends AnyRef

    An action requested to be executed by a Shell by the input source of an AsyncShell.

    An action requested to be executed by a Shell by the input source of an AsyncShell.

    T

    the type of the result of the action

  3. trait InputChannel extends InputProvider

    Something which transmits input between a source and an AsyncShell.

  4. trait InputProvider extends AnyRef

    Something which provides input (asynchronously) for an AsyncShell.

  5. final class SimpleInputChannel extends InputChannel

    A simple InputChannel implementation.

Ungrouped