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

Async methods for NIOTSListenerBootstrap and NIOTSConnectionBootstrap #178

Merged
merged 6 commits into from
Jul 6, 2023

Conversation

FranzBusch
Copy link
Member

Motivation

We want to support async bootstrapping with all our bootstraps.

Modification

This PR adds support for the NIOTSListenerBootstrap and NIOTSConnectionBootstrap. It also adds the three variants of methods to it (abstract output, NIOAsyncChannel based and protocol negotiation based)

Result

We now support asynchronous interaction with the NIOTSListenerBootstrap and NIOTSConnectionBootstrap

…rap`

# Motivation
We want to support async bootstrapping with all our bootstraps.

# Modification
This PR adds support for the `NIOTSListenerBootstrap` and `NIOTSConnectionBootstrap`. It also adds the three variants of methods to it (abstract output, `NIOAsyncChannel` based and protocol negotiation based)

# Result
We now support asynchronous interaction with the `NIOTSListenerBootstrap` and `NIOTSConnectionBootstrap`
@Lukasa Lukasa added the 🆕 semver/minor Adds new public API. label Jul 5, 2023
@FranzBusch FranzBusch requested a review from Lukasa July 5, 2023 12:57
@Lukasa
Copy link
Contributor

Lukasa commented Jul 5, 2023

@swift-server-bot add to allowlist

@FranzBusch FranzBusch requested a review from glbrntt July 5, 2023 14:08
Copy link
Contributor

@glbrntt glbrntt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM modulo previous docs nits

@FranzBusch FranzBusch merged commit ee0c7ff into main Jul 6, 2023
@FranzBusch FranzBusch deleted the fb-async-bootstrap branch July 6, 2023 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🆕 semver/minor Adds new public API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants