await_uint


Description:

[ 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.

Parameters:

this

a [class@Dex.Future]

Returns:

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