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

Remove optional $loop constructor argument, always use default loop #156

Merged
merged 1 commit into from
Feb 13, 2024

Conversation

clue
Copy link
Owner

@clue clue commented Feb 12, 2024

This changeset removes the optional $loop constructor arguments and ensures we always use the default loop. Empirical evidence suggests this should not affect most consumers, as using the default loop is recommended since a couple of years at least (#114). Among others, this is one of the prerequisites for adding await()-based APIs in a follow-up PR.

Builds on top of #149, #129, #114 and others
Refs #118

@clue clue added this to the v3.0.0 milestone Feb 12, 2024
Copy link
Contributor

@SimonFrings SimonFrings left a comment

Choose a reason for hiding this comment

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

Looks good to me 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants