[ 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.
| this |
a [class@Dex.Future] |
|
an int64, or 0 in case of failure and throws is set. |