Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

builder: Add ServiceBuilder::and_then #601

Merged
merged 1 commit into from
Sep 4, 2021
Merged

builder: Add ServiceBuilder::and_then #601

merged 1 commit into from
Sep 4, 2021

Conversation

davidpdrsn
Copy link
Member

This one was missing.

Was the only combinator from ServiceExt that wasn't on
ServiceBuilder so now they match.

This one was missing.

Was the only combinator from `ServiceExt` that wasn't on
`ServiceBuilder` so now they match.
@davidpdrsn davidpdrsn added C-enhancement Category: A PR with an enhancement or a proposed on in an issue. A-builder Area: Tower's service builder labels Sep 4, 2021
@hawkw hawkw merged commit c4cb3b0 into master Sep 4, 2021
@hawkw hawkw deleted the builder-and-then branch September 4, 2021 20:05
davidpdrsn added a commit that referenced this pull request Oct 13, 2021
- Migrate to pin-project-lite ([#595])
- **builder**: Implement `Layer` for `ServiceBuilder` ([#600])
- **builder**: Add `ServiceBuilder::and_then` analogous to
  `ServiceExt::and_then` ([#601])

[#600]: #600
[#601]: #601
[#595]: #595
[pin-project-lite]: https://crates.io/crates/pin-project-lite
davidpdrsn added a commit that referenced this pull request Oct 14, 2021
- Migrate to pin-project-lite ([#595])
- **builder**: Implement `Layer` for `ServiceBuilder` ([#600])
- **builder**: Add `ServiceBuilder::and_then` analogous to
  `ServiceExt::and_then` ([#601])

[#600]: #600
[#601]: #601
[#595]: #595
[pin-project-lite]: https://crates.io/crates/pin-project-lite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-builder Area: Tower's service builder C-enhancement Category: A PR with an enhancement or a proposed on in an issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants