miquido / futura

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

Adding streams #11

Closed kaqu closed 6 years ago

kaqu commented 6 years ago

We will have to rename Stream to something else i.e. Signal. Name Stream conflicts with Foundation.Stream which we forgot when defining names. This conflict is really annoying and common.

kaqu commented 6 years ago

Should be merged after PR #12

kaqu commented 6 years ago

This version does not contain documentation yet, it will be added after promise/future refactor

kaqu commented 6 years ago

I have removed Either in favor of slightly changed Result and custom enum for Events