Example #1
0
 def _handleCancelledRequest(self, roi):
     # I can't think of a use-case for cancelling our child requests independent of our
     assert Request.current_request_is_cancelled(), \
         "You can cancel the parent request of this batch request action,"\
         " but you can't cancel the child requests independently."
     with self._condition:
         self._condition.notify()
Example #2
0
 def _handleCancelledRequest(self, roi):
     # I can't think of a use-case for cancelling our child requests independent of our 
     assert Request.current_request_is_cancelled(), \
         "You can cancel the parent request of this batch request action,"\
         " but you can't cancel the child requests independently."
     with self._condition:
         self._condition.notify()