tower/tower-spawn-ready
Jon Gjengset 2653f70884 Bumps for 0.3.0-alpha.2 (#355)
* Bump all to futures-* alpha.19

* Prepare for alpha.2 release

* Make tower-service also a path dep

* Use new tokio alpha
2019-09-30 18:56:26 -04:00
..
src Bumps for 0.3.0-alpha.2 (#355) 2019-09-30 18:56:26 -04:00
tests spawn-ready: fix tests after removal of E (#337) 2019-09-11 11:09:17 -04:00
CHANGELOG.md Bumps for 0.3.0-alpha.2 (#355) 2019-09-30 18:56:26 -04:00
Cargo.toml Bumps for 0.3.0-alpha.2 (#355) 2019-09-30 18:56:26 -04: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.