de.sciss.processor

impl

package impl

Visibility
  1. Public
  2. All

Type Members

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

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

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

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

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

Ungrouped