jonhoo / faktory-rs

Rust bindings for Faktory clients and workers
Apache License 2.0
204 stars 16 forks source link

[WIP] Add support for blocking handlers #62

Closed rustworthy closed 5 months ago

rustworthy commented 6 months ago

This change is Reviewable

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 66.7%. Comparing base (70d40ad) to head (3088d07).

Additional details and impacted files | [Files](https://app.codecov.io/gh/jonhoo/faktory-rs/pull/62?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jon+Gjengset) | Coverage Δ | | |---|---|---| | [src/worker/builder.rs](https://app.codecov.io/gh/jonhoo/faktory-rs/pull/62?src=pr&el=tree&filepath=src%2Fworker%2Fbuilder.rs&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jon+Gjengset#diff-c3JjL3dvcmtlci9idWlsZGVyLnJz) | `100.0% <100.0%> (ø)` | | | [src/worker/mod.rs](https://app.codecov.io/gh/jonhoo/faktory-rs/pull/62?src=pr&el=tree&filepath=src%2Fworker%2Fmod.rs&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jon+Gjengset#diff-c3JjL3dvcmtlci9tb2QucnM=) | `80.8% <100.0%> (+0.7%)` | :arrow_up: |
rustworthy commented 5 months ago

added to PR #57