Skip to content

Conversation

@sfackler
Copy link
Member

@sfackler sfackler commented Oct 10, 2025

Before this PR

The server initialization function was always blocking, which meant implementors had to call off to wc.handle().block_on(...) if they needed to interact with the async runtime to e.g. spawn tasks.

After this PR

==COMMIT_MSG==
Added support for async server initialization.
==COMMIT_MSG==

Closes #270

@changelog-app
Copy link

changelog-app bot commented Oct 10, 2025

Generate changelog in changelog/@unreleased

Type (Select exactly one)

  • Feature (Adding new functionality)
  • Improvement (Improving existing functionality)
  • Fix (Fixing an issue with existing functionality)
  • Break (Creating a new major version by breaking public APIs)
  • Deprecation (Removing functionality in a non-breaking way)
  • Migration (Automatically moving data/functionality to a new system)

Description

Added support for async server initialization.

Check the box to generate changelog(s)

  • Generate changelog entry

@changelog-app
Copy link

changelog-app bot commented Oct 10, 2025

Successfully generated changelog entry!

What happened?

Your changelog entries have been stored in the database as part of our migration to ChangelogV3.

Need to regenerate?

Simply interact with the changelog bot comment again to regenerate these entries.

@sfackler sfackler requested a review from a team October 10, 2025 18:23
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.

Support async init functions

2 participants