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

Convert eth_subscribe to async #398

Merged
merged 1 commit into from
Nov 1, 2020
Merged

Commits on Oct 30, 2020

  1. Convert eth_subscribe to async

    Here I was unable to convert SubscriptionStream to `impl Stream` because
    it has additional methods and runs code on drop.
    To get rid of the Unpin requirement anyway we use pin_project
    (https://docs.rs/pin-project/1.0.1/pin_project/).
    e00E committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    6edcbf0 View commit details
    Browse the repository at this point in the history