ResultFuture Class

The result of an asynchronous operation.

Inheritance
builtins.object
ResultFuture

Constructor

ResultFuture(impl_future, wrapped_type)

Parameters

impl_future
wrapped_type

Methods

get

Waits until the result is available, and returns it.

get

Waits until the result is available, and returns it.

get()