[ CCode ( cname = "dex_await_uint64" ) ]
[ DestroysInstance ]
public uint64 await_uint64 () throws Error
Awaits on this and returns the result as an uint64.
The resolved value must be of type g_type_uint64 or throws is set.
| this |
a [class@Dex.Future] |
|
an uint64, or 0 in case of failure and throws is set. |