Package

s_mach

Permalink

package s_mach

Visibility
  1. Public
  2. All

Value Members

  1. package concurrent

    Permalink

    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

Ungrouped