ResultFuture Class

The result of an asynchronous operation.

private constructor

Inheritance
builtins.object
ResultFuture

Constructor

ResultFuture(async_handle, get_function: Callable[[c_void_p], c_void_p], wrapped_type)

Parameters

Name Description
async_handle
Required
get_function
Required
wrapped_type
Required

Methods

get

Waits until the result is available, and returns it.

get

Waits until the result is available, and returns it.

get()