Skip to content

Simplify usage by supporting new default loop - #39

Merged
clue merged 1 commit into
clue:masterfrom
clue-labs:default-loop
Jul 23, 2021
Merged

Simplify usage by supporting new default loop#39
clue merged 1 commit into
clue:masterfrom
clue-labs:default-loop

Conversation

@clue

@clueclue commented Jul 23, 2021

Copy link
Copy Markdown
Owner

This changeset simplifies usage by supporting the new default loop.

// old (still supported)$factory = newClue\React\SQLite\Factory($loop);
// new (using default loop)$factory = newClue\React\SQLite\Factory();

Builds on top of reactphp/event-loop#226, reactphp/event-loop#229 and reactphp/event-loop#232

@clueclue added the new feature New feature or request label Jul 23, 2021
@clueclue added this to the v1.2.0 milestone Jul 23, 2021
@clue
clue merged commit ec494da into clue:masterJul 23, 2021
@clue
clue deleted the default-loop branch July 23, 2021 16:46
@SimonFringsSimonFrings mentioned this pull request Oct 4, 2021
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new featureNew feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@clue