Lines Matching refs:cancelled
208 it cannot be cancelled and the method will return `False`, otherwise the call
209 will be cancelled and the method will return `True`.
211 .. method:: Future.cancelled()
213 Return `True` if the call was successfully cancelled.
218 cancelled.
222 Return `True` if the call was successfully cancelled or finished running.
232 If the future is cancelled before completing then :exc:`CancelledError` will
245 If the future is cancelled before completing then :exc:`CancelledError` will
253 future as its only argument, when the future is cancelled or finishes
262 If the future has already completed or been cancelled then *fn* will be
276 If the method returns `False` then the :class:`Future` was cancelled i.e.
281 If the method returns `True` then the :class:`Future` was not cancelled
310 completed (finished or were cancelled) before the wait completed. The second
324 | | future finishes or is cancelled. |
333 | | futures finish or are cancelled. |
340 they complete (finished or were cancelled). Any futures given by *fs* that