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