miquido / futura

Asynchronous Swift made easy. The project was made by Miquido. https://www.miquido.com/
Apache License 2.0
34 stars 3 forks source link

Future Refactor + new docs #16

Closed kaqu closed 5 years ago

kaqu commented 5 years ago

Preparation of new docs for Promise/Future and Future api refactor (just renaming) + removal of current debug system as preparation to new one.

kaqu commented 5 years ago

Not completed yet 😄

kaqu commented 5 years ago

Ready for review @andzuz @rafalmq . There are some breaking changes, so it will require 2.0 after merge. Future should be fully documented now (please check typos 😇). Worker implementation using DispatchQueue has changed - conform instead of wrapping. I've also added new Worker implementation using OperationQueue.