Skip to content

Conversation

@matthisk
Copy link
Contributor

By exporting the AsyncState interface we allow users of the library to pass around the AsyncState without them having to duplicate the type in their own codebase. With the current type definitions it is not possible to type the parameter of a function to be of type AsyncState.

By exporting the `AsyncState` interface we allow users of the library to pass around the `AsyncState` without them having to duplicate the type in their own codebase. With the current type definitions it is not possible to type the parameter of a function to be of type `AsyncState`.
@codecov
Copy link

codecov bot commented Mar 21, 2019

Codecov Report

Merging #33 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #33   +/-   ##
=======================================
  Coverage   91.95%   91.95%           
=======================================
  Files           1        1           
  Lines          87       87           
  Branches       37       37           
=======================================
  Hits           80       80           
  Misses          3        3           
  Partials        4        4

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2864fb9...d720451. Read the comment docs.

@ghengeveld ghengeveld merged commit 6745056 into async-library:master Mar 21, 2019
@ghengeveld
Copy link
Member

@all-contributors please add @matthisk for code

@allcontributors
Copy link
Contributor

@ghengeveld

I've put up a pull request to add @matthisk! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants