Skip to content

Add support for asynchrous iterators for arguments#47

Open
Ikatono wants to merge 3 commits intoflorimondmanca:masterfrom
Ikatono:master
Open

Add support for asynchrous iterators for arguments#47
Ikatono wants to merge 3 commits intoflorimondmanca:masterfrom
Ikatono:master

Conversation

@Ikatono
Copy link
Copy Markdown

@Ikatono Ikatono commented May 11, 2024

This allows you to start processing arguments before you've generated all of them. This was a feature trimeter had (I referenced their implementation when writing this).

This passes the existing test suite (all sync iterators) and a couple rough tests I ran using an async iterator, but could probably use a few additional automated tests.

#46

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented May 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (238e2b2) to head (99322e7).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff            @@
##            master       #47   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           12        12           
  Lines          334       346   +12     
=========================================
+ Hits           334       346   +12     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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