VVMs

Processors

IAppPartition

type IAppPartitions interface {
    ...
    Borrow(qpp AppQName, part PartitionID, procKind ProcessorKind) (IAppPartition, error)
    ...
}

Last updated

Was this helpful?