Function: run()
run<
T,Settings>(options):Promise<T>
Run an operation through an executor, merge cancellation, and unwrap its result.
Type Parameters
Section titled “Type Parameters”T
Settings
Section titled “Settings”Settings
Parameters
Section titled “Parameters”options
Section titled “options”RunOptions<T, Settings>
Returns
Section titled “Returns”Promise<T>