Language

Package: rxcpp @ 4.1.0

Synopsis

Reactive Extensions for C++

Description

The Reactive Extensions for C++ (RxCpp) is a library of algorithms for values-distributed-in-time. ReactiveX is a library for composing asynchronous and event-based programs by using observable sequences.

It extends the observer pattern to support sequences of data and/or events and adds operators that allow you to compose sequences together declaratively while abstracting away concerns about things like low-level threading, synchronization, thread-safety, concurrent data structures, and non-blocking I/O.

Home page
http://reactivex.io/
Location
gnu/packages/machine-learning.scm (line: 727, column: 2)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?