tower/tower-spawn-ready
Lucio Franco e2f1a49cf3
Update the rest of the crates and upgrade ready cache to `std::f… (#379)
* Update hedge, filter, load, load-shed, and more

* Update ready cache

* Prepare release for ready-cache

* fix merge

* Update balance

* Prepare balance release
2019-12-05 14:21:47 -05:00
..
src Update the rest of the crates and upgrade ready cache to `std::f… (#379) 2019-12-05 14:21:47 -05:00
tests Update the rest of the crates and upgrade ready cache to `std::f… (#379) 2019-12-05 14:21:47 -05:00
CHANGELOG.md Update the rest of the crates and upgrade ready cache to `std::f… (#379) 2019-12-05 14:21:47 -05:00
Cargo.toml Update the rest of the crates and upgrade ready cache to `std::f… (#379) 2019-12-05 14:21:47 -05:00
LICENSE spawn-ready: Drives a service's readiness on an executor (#283) 2019-05-29 09:57:46 -07:00
README.md spawn-ready: Drives a service's readiness on an executor (#283) 2019-05-29 09:57:46 -07:00

README.md

Tower Spawn Ready

Spawn Ready ensures that its inner service is driven to readiness on an executor. Useful with pooling layers that may poll their inner service infrequently.

License

This project is licensed under the MIT license.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Tower by you, shall be licensed as MIT, without any additional terms or conditions.