ControlSignalCallback

Function

Defines a function object of the ControlSignalCallback type, which receives a parameter. It returns a value of the std::vector<std::pair<InferRequestId, Operation>> type.

Format

using ControlSignalCallback = std::function<std::vector<std::pair<InferRequestId, Operation>>()>;