is_resolved


Description:

public bool is_resolved ()

This is a convenience function equivalent to calling [method@Dex.

Future.get_status] and checking for dex_future_status_resolved.

Parameters:

this

a [class@Dex.Future]

Returns:

true if the future has successfully resolved with a value; otherwise false