-
Notifications
You must be signed in to change notification settings - Fork 286
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
Add Sync
impl to ResumableInvocation
#870
Conversation
I'm personally fine with that, but as I mentioned in the issue are you sure that it's not for example |
BENCHMARKS
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #870 +/- ##
=======================================
Coverage 80.81% 80.81%
=======================================
Files 256 256
Lines 22908 22908
=======================================
Hits 18513 18513
Misses 4395 4395 ☔ View full report in Codecov by Sentry. |
|
Closes #869.
This implicitly also grants
Sync
to theTypedResumableInvocation
type.@tomaka