Home | History | Annotate | Download | only in scheduler

Lines Matching refs:drones

9 and syncing threads across remote and localhost drones asynchronously. It also
14 2. execute: Takes a list of drones and invokes a worker thread per drone.
15 This method assumes that all drones have a queue of pending calls
20 on the drones.
107 """Get a results dictionary keyed on the drones.
113 @return: A dictionary of return values from the drones.
127 def execute(self, drones, wait=True):
130 @param drones: A list of drones with calls to execute.
131 @param wait: If True, this method will only return when all the drones
137 @return: A dictionary keyed on the drones, containing a list of return
151 for drone in drones: