tower/tower-spawn-ready
Oliver Gould 82e7b8a27b
spawn-ready: Change layer to operate over MakeSpawnReady (#290)
The initial implementation of spawn-ready didn't properly compose over
MakeService instances. This introduces `MakeSpawnReady` as a factory
type for SpawnReady, and changes Layer to produce `MakeSpawnReady`
instances.
2019-05-30 12:07:08 -07:00
..
src spawn-ready: Change layer to operate over MakeSpawnReady (#290) 2019-05-30 12:07:08 -07:00
tests spawn-ready: Change layer to operate over MakeSpawnReady (#290) 2019-05-30 12:07:08 -07:00
CHANGELOG.md spawn-ready: Drives a service's readiness on an executor (#283) 2019-05-29 09:57:46 -07:00
Cargo.toml spawn-ready: Drives a service's readiness on an executor (#283) 2019-05-29 09:57:46 -07: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.