Package

de.sciss.processor

impl

Permalink

package impl

Visibility
  1. Public
  2. All

Type Members

  1. trait FutureProxy[A] extends Future[A]

    Permalink
  2. class FutureWrapper[A] extends Processor[A] with ModelImpl[Update[A, Processor[A]]] with FutureProxy[A]

    Permalink
  3. class ProcessWrapper extends ProcessorImpl[Int, Processor[Int]] with Processor[Int]

    Permalink
  4. trait ProcessorImpl[Prod, Repr] extends ProcessorLike[Prod, Repr] with Prepared with Body with ModelImpl[Update[Prod, Repr]] with FutureProxy[Prod]

    Permalink

    An implementation of Processor along with Processor.Prepared that handles everything except the main processing loop.

    An implementation of Processor along with Processor.Prepared that handles everything except the main processing loop. This must be specified as the only abstract method body.

    Prod

    the result of the process

    Repr

    the self type of the processor

Ungrouped