YarikTH / ureact

Functional reactive programming library for c++
Boost Software License 1.0
155 stars 10 forks source link

Port events and algorithm code from cpp.react #107

Closed YarikTH closed 2 years ago

YarikTH commented 2 years ago

Description

I want to port previously removed event and algorithm code because it adds a lot more flexibility than signal only code. Maybe library should be renamed back to cpp.react accordingly because when it is done, the library will contain all the original library code, but without logging and threading.

YarikTH commented 2 years ago

Done