Result of an asynchronous function that may be available immediately or some time later. Similar to Deferred.
If this Result is resolved, return the value that it holds.
Check if this Result is still pending.
Call the given function when asynchronous function is finished. Callback is executed in the task's context.
Call the given asynchronous function when some asynchronous function is finished. Callback is executed in the task's context.
Finish given frame with the result value when result becomes ready.
Produce a Result that resolves to the given value when this Result is resolved.
Result of an asynchronous function that may be available immediately or some time later. Similar to Deferred.