Skip to content

builder: Add ServiceBuilder::and_then#601

Merged
hawkw merged 1 commit intomasterfrom
builder-and-then
Sep 4, 2021
Merged

builder: Add ServiceBuilder::and_then#601
hawkw merged 1 commit intomasterfrom
builder-and-then

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.

2 participants