Class
DexBlock
Description [src]
final class Dex.Block : GObject.TypeInstance
{
/* No available fields */
}
DexBlock
represents a callback closure that can be scheduled to run
within a specific GMainContext
.
You create these by chaining futures together using dex_future_then(),
dex_future_catch(), dex_future_finally()
and similar.