-
-
Notifications
You must be signed in to change notification settings - Fork 307
stream locking #576
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
base: master
Are you sure you want to change the base?
stream locking #576
Conversation
Codecov Report
@@ Coverage Diff @@
## master #576 +/- ##
==========================================
- Coverage 96.36% 95.14% -1.22%
==========================================
Files 4 4
Lines 632 639 +7
Branches 148 148
==========================================
- Hits 609 608 -1
- Misses 23 31 +8
Continue to review full report at Codecov.
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #576 +/- ##
==========================================
- Coverage 96.76% 95.72% -1.04%
==========================================
Files 4 4
Lines 742 749 +7
Branches 182 182
==========================================
- Hits 718 717 -1
- Misses 24 32 +8 ☔ View full report in Codecov by Sentry. |
run(); | ||
|
||
if (wait) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does this change mean it's breaking for anyone using wait
?
c16dde3
to
2ad86d4
Compare
This fixes the
wait
,run
calls to enable use with object mode streams and asynchronous module loading.fix #575 close #575