Hi,

How to wait for a Future object asynchronously ?

I understand that getResult() is a blocking call.

Is there something more convenient like a callback when the value became available ?

Thanks