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

Start adding a global event loop #57

Closed
wants to merge 1 commit into from

Commits on Dec 6, 2017

  1. Start adding a global event loop

    This commit starts to add support for a global event loop by adding a
    `Handle::default` method and implementing it. Currently the support is quite
    rudimentary and doesn't support features such as shutdown, overriding the return
    value of `Handle::default`, etc. Those will come as future commits.
    alexcrichton committed Dec 6, 2017
    Configuration menu
    Copy the full SHA
    0ab2013 View commit details
    Browse the repository at this point in the history