summaryrefslogblamecommitdiff
path: root/src/library/scala/collection/Parallel.scala
blob: 174e3ab75e57d09e62bd7f3639ea563399a62306 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                                                                          
                                                                          




                                                                          

                  
 
                                                                            
  
              
                               

              
/*                     __                                               *\
**     ________ ___   / /  ___     Scala API                            **
**    / __/ __// _ | / /  / _ |    (c) 2003-2013, LAMP/EPFL             **
**  __\ \/ /__/ __ |/ /__/ __ |    http://scala-lang.org/               **
** /____/\___/_/ |_/____/_/ | |                                         **
**                          |/                                          **
\*                                                                      */

package scala
package collection

/** A marker trait for collections which have their operations parallelised.
 *
 *  @since 2.9
 *  @author Aleksandar Prokopec
 */
trait Parallel