Constructor

DexFuturenew_for_double

Declaration [src]

DexFuture*
dex_future_new_for_double (
  double v_double
)

Description [src]

Creates a new DexFuture and resolves it with v_double.

Parameters

v_double

Type: double

The resolved value for the future.

Return value

Type: DexFuture

A resolved DexFuture.

The caller of the function takes ownership of the data, and is responsible for freeing it.