ResultFuture 類別

非同步作業的結果。

private 建構函式

繼承
builtins.object
ResultFuture

建構函式

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

參數

名稱 Description
async_handle
必要
get_function
必要
wrapped_type
必要

方法

get

等候結果可用,並傳回結果。

get

等候結果可用,並傳回結果。

get()