Package

com.github.jodersky.flow

internal

Permalink

package internal

Visibility
  1. Public
  2. All

Type Members

  1. class Reader extends Thread

    Permalink
  2. class SerialConnection extends AnyRef

    Permalink

    Represents a serial connection in a more secure and object-oriented style than NativeSerial.

    Represents a serial connection in a more secure and object-oriented style than NativeSerial. In contrast to the latter, this class encapsulates and secures any pointers used to communicate with the native backend and is thread-safe.

    The underlying serial port is assumed open when this class is initialized.

  3. case class ThreadDied(thread: Thread, reason: Exception) extends Product with Serializable

    Permalink
  4. class Watcher extends Actor

    Permalink

Value Members

  1. object NativeLoader

    Permalink

    Handles loading of the current platform's native library for flow.

  2. object SerialConnection

    Permalink
  3. object Watcher

    Permalink

Ungrouped