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 the Reactor::run method #58

Merged
merged 1 commit into from
Dec 12, 2017

Conversation

alexcrichton
Copy link
Contributor

This commit removes the Reactor::run method which has previously been used to
execute futures and turn the reactor at the same time. The tests/examples made
heavy usage of this method but they have now all temporarily moved to wait()
until the futures dependency is upgraded. In the meantime this'll allow us to
further trim down the Reactor APIs to their final state.

This PR is based on #57, only the last commit needs to be reviewed.

@carllerche
Copy link
Member

I assume that this (and all subsequent) PRs are blocked on #57?

@alexcrichton
Copy link
Contributor Author

Yes

@carllerche
Copy link
Member

I didn't see that #57 was updated when I commented.

This commit removes the `Reactor::run` method which has previously been used to
execute futures and turn the reactor at the same time. The tests/examples made
heavy usage of this method but they have now all temporarily moved to `wait()`
until the futures dependency is upgraded. In the meantime this'll allow us to
further trim down the `Reactor` APIs to their final state.
@carllerche
Copy link
Member

I rebased the PR, I will review later.

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