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

More support for asynchronous operations #210

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

polytypic
Copy link
Member

@polytypic polytypic commented Nov 17, 2018

To consider (tick done and strike won't do now):

  • Async support
    • awaitIt
  • Operations on optics:
    • assignAsync
    • disperseAsync
    • modifyAsync
    • removeAsync
    • setAsync
  • Operations on transforms:
    • transformAsync
  • Folds:
    • allAsync
    • all1Async
    • andAsync
    • and1Async
    • anyAsync
    • collectAsync
    • collectAsAsync
    • collectTotalAsync
    • collectTotalAsAsync
    • concatAsync
    • concatAsAsync
    • countAsync
    • countIfAsync
    • countsAsync
    • countsAsAsync
    • foldlAsync
    • foldrAsync
    • forEachAsync
    • forEachWithAsync
    • getAsAsync
    • getAsync
    • isDefinedAsync
    • isEmptyAsync
    • joinAsync
    • joinAsAsync
    • maximumAsync
    • maximumByAsync
    • meanAsync
    • meanAsAsync
    • minimumAsync
    • minimumByAsync
    • noneAsync
    • orAsync
    • productAsync
    • productAsAsyc
    • sumAsync
    • sumAsAsync
  • Operations on isomorphisms
    • getInverseAsync

@polytypic polytypic force-pushed the feature/more-async-support branch 3 times, most recently from 9732d00 to cd6fed3 Compare November 17, 2018 13:53
@codecov-io
Copy link

codecov-io commented Nov 17, 2018

Codecov Report

Merging #210 into master will increase coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #210      +/-   ##
==========================================
+ Coverage   99.88%   99.89%   +<.01%     
==========================================
  Files           1        1              
  Lines        1713     1858     +145     
==========================================
+ Hits         1711     1856     +145     
  Misses          2        2
Impacted Files Coverage Δ
dist/partial.lenses.cjs.js 99.89% <0%> (ø) ⬆️

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 5fd5f9a...1d6a2d9. Read the comment docs.

@polytypic polytypic force-pushed the feature/more-async-support branch 14 times, most recently from e24b742 to a504368 Compare November 20, 2018 04:21
@polytypic polytypic force-pushed the master branch 2 times, most recently from cd5bfe1 to d0c5f8b Compare December 1, 2018 06:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants