Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: async-interop/event-loop
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: async-interop/event-loop
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: remove-scoping
Choose a head ref
  • 1 commit
  • 5 files changed
  • 1 contributor

Commits on Mar 9, 2017

  1. Remove Loop::execute scoping

    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.
    kelunik committed Mar 9, 2017
    Configuration menu
    Copy the full SHA
    3a68f69 View commit details
    Browse the repository at this point in the history
Loading