#include <JSValue.h>
Public Member Functions | |
const JSValue & | get () |
Protected Member Functions | |
void | init (WebView *source, int requestID) |
Protected Attributes | |
JSValue | value |
WebView * | source |
int | requestID |
Friends | |
class | WebView |
If you are unfamiliar with the concept of a 'Future', please see: <http://en.wikipedia.org/wiki/Futures_and_promises>
const JSValue & FutureJSValue::get | ( | ) |
If the internal JSValue has been computed, immediately returns the value, else, blocks the calling thread until it has.