referrerpolicy=no-referrer-when-downgrade
pub async fn get_occupied_cores<Sender>(
    sender: &mut Sender,
    relay_parent: Hash,
) -> Result<Vec<(CoreIndex, OccupiedCore)>, Error>
where Sender: SubsystemSender<RuntimeApiMessage>,
Expand description

Variant of request_availability_cores that only returns occupied ones.