Future.error

Sets this Future into the error state and wakes up anybody who was awaiting it

class Future
package
void
error
(
Exception errResult
)

Parameters

errResult Exception

the Exception which occurred

Throws

TODO: handle the libsnooze event

Meta