S-Mach / s_mach.concurrent
View external linksLinks

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. s_mach.concurrent also provides utility …
25Aug 18, 2017Updated 8 years ago

Alternatives and similar repositories for s_mach.concurrent

Users that are interested in s_mach.concurrent are comparing it to the libraries listed below

Sorting:

Are these results useful?