| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Codecov Report
@@ Coverage Diff @@
## master #145 +/- ##
==========================================
+ Coverage 96.46% 96.55% +0.09%
==========================================
Files 34 34
Lines 2995 3019 +24
==========================================
+ Hits 2889 2915 +26
+ Misses 106 104 -2
Continue to review full report at Codecov.
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Description of the Change
This change adds a data closure that is passed through the cycle_callback of a deferred response.
Alternate Designs
A couple of pull requests have been proposed to tackle this:
Possible Drawbacks
This adds a template to the deferred_response effectively complicating the interface.
Verification Process
Performed tests on travis.
Release Notes
It is now possible to pass a data closure through the cycle_callback of a deferred response.