[ CCode ( type_id = "dex_delayed_get_type ()" ) ]
public sealed class Delayed : Future
`DexDelayed` is a future which will resolve or reject the value of another [class@Dex.
Future] when [method@Dex.Delayed.release] is called.
This allows you to gate the resolution of a future which has already resolved or rejected until a later moment.