Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: await-able Async methods #1572

Merged
merged 25 commits into from Oct 1, 2018
Merged

feat: await-able Async methods #1572

merged 25 commits into from Oct 1, 2018

Commits on Aug 5, 2018

  1. Copy the full SHA
    0d0c6d1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    309dae6 View commit details
    Browse the repository at this point in the history
  3. check errors

    aearly committed Aug 5, 2018
    Copy the full SHA
    832159b View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2018

  1. Copy the full SHA
    208ef4d View commit details
    Browse the repository at this point in the history
  2. awaitable concat

    aearly committed Sep 2, 2018
    Copy the full SHA
    0c74934 View commit details
    Browse the repository at this point in the history
  3. awaitable detect

    aearly committed Sep 2, 2018
    Copy the full SHA
    6e07f6c View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2018

  1. awaitable every/filter

    aearly committed Sep 3, 2018
    Copy the full SHA
    68363dc View commit details
    Browse the repository at this point in the history
  2. awaitable groupBy

    aearly committed Sep 3, 2018
    Copy the full SHA
    ab7ccd1 View commit details
    Browse the repository at this point in the history
  3. awaitable map/mapValues

    aearly committed Sep 3, 2018
    Copy the full SHA
    e5f01b8 View commit details
    Browse the repository at this point in the history
  4. awaitable reduce

    aearly committed Sep 3, 2018
    Copy the full SHA
    94c411c View commit details
    Browse the repository at this point in the history
  5. awaitable reject

    aearly committed Sep 3, 2018
    Copy the full SHA
    ed2eb6c View commit details
    Browse the repository at this point in the history
  6. awaitable some

    aearly committed Sep 3, 2018
    Copy the full SHA
    f12ce39 View commit details
    Browse the repository at this point in the history
  7. awaitable transform

    aearly committed Sep 3, 2018
    Copy the full SHA
    7df6325 View commit details
    Browse the repository at this point in the history
  8. awaitable times

    aearly committed Sep 3, 2018
    Copy the full SHA
    4c53589 View commit details
    Browse the repository at this point in the history
  9. awaitable auto

    aearly committed Sep 3, 2018
    Copy the full SHA
    4a33ff9 View commit details
    Browse the repository at this point in the history
  10. awaitable compose/seq

    aearly committed Sep 3, 2018
    Copy the full SHA
    39dd905 View commit details
    Browse the repository at this point in the history
  11. awaitable whilst/until (lol)

    aearly committed Sep 3, 2018
    Copy the full SHA
    01292f5 View commit details
    Browse the repository at this point in the history
  12. awaitable forever

    aearly committed Sep 3, 2018
    Copy the full SHA
    3a30a9f View commit details
    Browse the repository at this point in the history
  13. awaitable parallel/race

    aearly committed Sep 3, 2018
    Copy the full SHA
    0174f3f View commit details
    Browse the repository at this point in the history
  14. awaitable retry

    aearly committed Sep 3, 2018
    Copy the full SHA
    f643878 View commit details
    Browse the repository at this point in the history
  15. awaitable series (lol)

    aearly committed Sep 3, 2018
    Copy the full SHA
    4dbafba View commit details
    Browse the repository at this point in the history
  16. awaitable tryEach

    aearly committed Sep 3, 2018
    Copy the full SHA
    105fd5d View commit details
    Browse the repository at this point in the history
  17. awaitable waterfall (lol)

    aearly committed Sep 3, 2018
    Copy the full SHA
    31e68c3 View commit details
    Browse the repository at this point in the history
  18. lint

    aearly committed Sep 3, 2018
    Copy the full SHA
    5f71f25 View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    aff6123 View commit details
    Browse the repository at this point in the history