futura icon indicating copy to clipboard operation
futura copied to clipboard

Asynchronous Swift made easy. The project was made by Miquido. https://www.miquido.com/

Results 8 futura issues
Sort by recently updated
recently updated
newest added

Think about adding something like Jazzy to generate docs from code.

enhancement
Documentation

Here is quick look at complete rewrite of more strongly typed version of futura: https://gist.github.com/KaQuMiQ/dff88eb03b84da46696caec890384fd5 It might not be accepted as replacement of current version.

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.

enhancement

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...

enhancement

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...

enhancement

For better understanding of library it will be nice to describe some implementation details in separate document.

Documentation

Adding linux support will be really nice. To achieve it we should refactor some code (mutex) and add CI support.

enhancement

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...

enhancement