Optional
onError?: OnError<TParameters, TContext>Callback function that will be called when the underlying Invokable
throws an error.
Optional
onFinally?: OnFinally<TContext>Callback function that will be called when the underlying Invokable
throws an error or is successfully called.
Optional
onStart?: OnStart<TParameters, TContext>Callback function that will be called when before the underlying Invokable
is called.
Optional
onSuccess?: OnSuccess<TParameters, TReturn, TContext>Callback function that will be called when the underlying Invokable
is successfully called.
IMPORT_PATH:
"@daiso-tech/core/async"