Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

client/finality-granpda/until_imported: Rework pinning #5983

Merged
merged 1 commit into from
May 12, 2020

Commits on May 12, 2020

  1. client/finality-granpda/until_imported: Rework pinning

    An `UntilImported` stream wraps a `Stream` of incoming messages and
    waits for blocks those messages are based on before passing the messages
    on.
    
    The above `Stream` of incoming messages implements `Unpin`, thus there
    is no need to use `pin_project` on the `UntilImported` struct. Instead
    one only has to add the `Unpin` trait bound on the `I` trait parameter.
    mxinden committed May 12, 2020
    Configuration menu
    Copy the full SHA
    f3c09c4 View commit details
    Browse the repository at this point in the history