Function pallet_broker::pallet::dispatchables::request_core_count
source · pub fn request_core_count<T: Config>(core_count: CoreIndex)
Expand description
Request a change to the number of cores available for scheduling work.
origin
: Must be Root or passAdminOrigin
.core_count
: The desired number of cores to be made available.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::request_core_count
.