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

Move Configuration logic to Async::Service. #226

Merged
merged 21 commits into from Mar 23, 2024
Merged

Conversation

ioquatix
Copy link
Member

@ioquatix ioquatix commented Mar 10, 2024

Async::Service provides a generic service interface. We adopt that model, with some glue code to retain backwards compatibility. This ultimately increases the generic nature of falcon's "application host" capabilities, while also reducing the "bespoke" nature of configuration.

In addition, this removes the dependency on build-environment, which reduces the namespace pollution.

Types of Changes

  • New feature.
  • Breaking change.

Contribution

@ioquatix ioquatix merged commit 1567816 into main Mar 23, 2024
42 of 48 checks passed
@ioquatix ioquatix deleted the use-async-service branch March 23, 2024 03:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant