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 Loop::execute scoping #153

Closed
wants to merge 1 commit into from
Closed

Remove Loop::execute scoping #153

wants to merge 1 commit into from

Conversation

kelunik
Copy link
Member

@kelunik kelunik commented Mar 9, 2017

This allows using Loop::run(); instead of putting the entire
application into a closure. A default loop can be setup using Composer's
"files" autoload feature. Scoping can be implemented on top by testing
frameworks or other libraries.

Closes #148.

This allows using `Loop::run();` instead of putting the entire
application into a closure. A default loop can be setup using Composer's
`"files"` autoload feature. Scoping can be implemented on top by testing
frameworks or other libraries.

Closes #148.
}

return $driver;
$driver = self::$driver ?: self::get();
Copy link

Choose a reason for hiding this comment

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

What is the purpose of this get() call if it just returns the value of $driver?

@kelunik
Copy link
Member Author

kelunik commented Apr 17, 2017

Closing, as project discontinued for now.

@kelunik kelunik closed this Apr 17, 2017
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.

2 participants