PromiseInt


Object Hierarchy:

Object hierarchy for PromiseInt

Description:

public class PromiseInt : Object

Promise for an int result from an asynchronous computation.

Example:

    var promise = pool.submitInt (() => { return 42; });
int result = promise.await ();


Namespace: Vala.Concurrent
Package: Valacore

Content:

Methods:

Inherited Members:

All known members inherited from class GLib.Object