Skip to content

Simplify usage by supporting new default loop#134

Merged
WyriHaximus merged 1 commit intofriends-of-reactphp:masterfrom
clue-labs:default-loop
Jul 17, 2021
Merged

Simplify usage by supporting new default loop#134
WyriHaximus merged 1 commit intofriends-of-reactphp:masterfrom
clue-labs:default-loop

Conversation

@clue
Copy link
Copy Markdown
Contributor

@clue clue commented Jul 14, 2021

This changeset simplifies usage by supporting the new default loop.

// old (still supported)
$factory = new React\MySQL\Factory($loop);

// new (using default loop)
$factory = new React\MySQL\Factory();

Builds on top of reactphp/event-loop#226, reactphp/event-loop#229, reactphp/event-loop#232, reactphp/stream#159 and reactphp/socket#260

@clue clue added this to the v0.5.5 milestone Jul 14, 2021
@clue clue requested a review from WyriHaximus July 16, 2021 14:15
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