a by-name that produces a futuristic type
the futuristic typeclass instance
Registers cleanup code to be executed immediately if the future-producing code passed
to complete
throws an exception, or otherwise asynchronously, when the future
returned by the code passed to complete
itself completes.
Registers cleanup code to be executed immediately if the future-producing code passed
to complete
throws an exception, or otherwise asynchronously, when the future
returned by the code passed to complete
itself completes.
See the main documentation for trait CompleteLastly
for more detail.
cleanup code to execute whether the code passed to complete
throws an exception or succesfully returns a futuristic value.
Pretty string representation of this class.
Pretty string representation of this class.
Class that provides the
lastly
method of thecomplete
-lastly
syntax.