Public Member Functions | |
def | __init__ |
def | cancel |
def | cancelled |
def | running |
def | done |
def | result |
def | exception |
def | traceback |
def | add_done_callback |
def | on_operation_termination |
A future.Future interface to an operation.
def grpc.framework.face._calls._OperationFuture.add_done_callback | ( | self, | |
fn | |||
) |
See future.Future.add_done_callback for specification.
def grpc.framework.face._calls._OperationFuture.cancel | ( | self | ) |
See future.Future.cancel for specification.
def grpc.framework.face._calls._OperationFuture.cancelled | ( | self | ) |
See future.Future.cancelled for specification.
def grpc.framework.face._calls._OperationFuture.done | ( | self | ) |
See future.Future.done for specification.
def grpc.framework.face._calls._OperationFuture.exception | ( | self, | |
timeout = None |
|||
) |
See future.Future.exception for specification.
def grpc.framework.face._calls._OperationFuture.on_operation_termination | ( | self, | |
operation_outcome | |||
) |
Indicates to this object that the operation has terminated. Args: operation_outcome: A base_interfaces.Outcome value indicating the outcome of the operation.
def grpc.framework.face._calls._OperationFuture.result | ( | self, | |
timeout = None |
|||
) |
See future.Future.result for specification.
def grpc.framework.face._calls._OperationFuture.running | ( | self | ) |
See future.Future.running for specification.
def grpc.framework.face._calls._OperationFuture.traceback | ( | self, | |
timeout = None |
|||
) |
See future.Future.traceback for specification.