await_int64


Description:

[ CCode ( cname = "dex_await_int64" ) ]
[ DestroysInstance ]
public int64 await_int64 () throws Error

Awaits on this and returns the result as an int64.

The resolved value must be of type g_type_int64 or throws is set.

Parameters:

this

a [class@Dex.Future]

Returns:

an int64, or 0 in case of failure and throws is set.