A character string specifying how errors
(conditions) should be handled in case they occur.
If "signal", the error is signalled, e.g. captured
and re-thrown. If instead "return", they a
...
Not used.
Value
An R object of any data type.
Details
This method needs to be implemented by the class that implement
the Future API.