Kacper
Kacper
Think about adding something like Jazzy to generate docs from code.
Strongly typed errors allows better control and more static checking on code. It will be nice to have that feature it possible with current model.
Signal api allows now only basic transformations and handlers. There are some additional ones that will be nice to have. Some possible enhancements: - handler on any token - no...
It will be nice to have methods on both Future and Signal that allows to map not only values but also errors. It can be achieved now using catch on...
For better understanding of library it will be nice to describe some implementation details in separate document.
Adding linux support will be really nice. To achieve it we should refactor some code (mutex) and add CI support.
I will be nice to check different combinations of transformations and handlers together. Since there is infinite number of possibilities we should make randomized test that each time checks random...