PromiseString


Object Hierarchy:

Object hierarchy for PromiseString

Description:

public class PromiseString : Object

Promise for a string result from an asynchronous computation.

Example:

    var promise = pool.submitString (() => { return "hello"; });
string result = promise.await ();


Namespace: Vala.Concurrent
Package: Valacore

Content:

Methods:

Inherited Members:

All known members inherited from class GLib.Object