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

client/network: Make NetworkService::set_priority_group async #7352

Merged
1 commit merged into from
Oct 22, 2020

Commits on Oct 19, 2020

  1. client/network: Make NetworkService::set_priority_group async

    As done with `NetworkService::{add_to,remove_from}_priority_group`, make
    `NetworkService::set_priority_group` async as well. This future-proofs
    the API should we ever decide to use a bounded channel between
    `NetworkService` and `NetworkWorker`.
    mxinden committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    1e6c5a9 View commit details
    Browse the repository at this point in the history