Packages

  • package root
    Definition Classes
    root
  • package s_mach
    Definition Classes
    root
  • package concurrent

    s_mach.concurrent is an open-source Scala library that provides asynchronous serial and parallel execution flow control primitives for working with asynchronous tasks.

    s_mach.concurrent is an open-source Scala library that provides asynchronous serial and parallel execution flow control primitives for working with asynchronous tasks. An asynchronous task consists of two or more calls to function(s) that return a future result *A ⇒ Future[B] instead of the result A ⇒ B.

    Note: only difference between 2.11 and 2.12 version is Future.unit is removed since its now part of std lib

p

s_mach

package s_mach

Ungrouped