scala

parallel

package parallel

Visibility
  1. Public
  2. All

Type Members

  1. trait Future[+R] extends () ⇒ R

    A future is a function without parameters that will block the caller if the parallel computation associated with the function is not completed.

Ungrouped