Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 633 Bytes

startasync.md

File metadata and controls

23 lines (12 loc) · 633 Bytes

{% if book.isPdf %}

startAsync

{% else %}

{% endif %}

Invokes the asynchronous function, surfacing the result through an observable sequence.

Arguments

  1. functionAsync (Function): Asynchronous function which returns a Promise to run.

Returns

(Observable): An observable sequence exposing the function's Promises's value or error.

Example