Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • polkadot polkadot
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Insights
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • parityparity
  • Mirrored projectsMirrored projects
  • polkadotpolkadot
  • Repository
Switch branch/tag
  • polkadot
  • node
  • metered-channel
  • src
  • lib.rs
Find file BlameHistoryPermalink
  • asynchronous rob's avatar
    Overseer: subsystems communicate directly (#2227) · 322ccd0d
    asynchronous rob authored Mar 28, 2021
    
    
    * overseer: pass messages directly between subsystems
    
    * test that message is held on to
    
    * Update node/overseer/src/lib.rs
    
    Co-authored-by: default avatarPeter Goodspeed-Niklaus <coriolinus@users.noreply.github.com>
    
    * give every subsystem an unbounded sender too
    
    * remove metered_channel::name
    
    1. we don't provide good names
    2. these names are never used anywhere
    
    * unused mut
    
    * remove unnecessary &mut
    
    * subsystem unbounded_send
    
    * remove unused MaybeTimer
    
    We have channel size metrics that serve the same purpose better now and the implementation of message timing was pretty ugly.
    
    * remove comment
    
    * split up senders and receivers
    
    * update metrics
    
    * fix tests
    
    * fix test subsystem context
    
    * fix flaky test
    
    * fix docs
    
    * doc
    
    * use select_biased to favor signals
    
    * Update node/subsystem/src/lib.rs
    
    Co-authored-by: Andronik Ordian's avatarAndronik Ordian <write@reusable.software>
    
    Co-authored-by: default avatarPeter Goodspeed-Niklaus <coriolinus@users.noreply.github.com>
    Co-authored-by: Andronik Ordian's avatarAndronik Ordian <write@reusable.software>
    322ccd0d