Asynchronous action with:
- an optional list of "finalization" actions to be executed when this action is done whether it has timed-out or thrown an exception. This allows resources to be safely disposed of
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
catch any exception resulting from running the action later
catch any exception resulting from running the action later
Attributes
run another action if this one fails
run another action if this one fails
Attributes
Run the action and return an exception if it fails Whatever happens run the finalizers
Run the action and return an exception if it fails Whatever happens run the finalizers
Attributes
run as a Future and raise a timeout exception if necessary
run as a Future and raise a timeout exception if necessary
Attributes
run the action and the return an empty value in case of an error
run the action and the return an empty value in case of an error
Attributes
run the action and return Nothing is case of an error
run the action and return Nothing is case of an error
Attributes
run the action for its side effects
run the action for its side effects
Attributes
add a finalizer
add a finalizer
Attributes
run the action and throw any exception
run the action and throw any exception
Attributes
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product