.. !!!AUTO!!! (remove this comment to edit) .. include:: operator-aliases.rst .. testsetup:: * import rx .. currentmodule:: rx .. _operator-header-start: .. _operator-header-start_async: .. _operator-header-to_async: Start ===== .. seealso:: - Official ReactiveX documentation: `Start `_ .. _operator-start: .. automethod:: Observable.start .. image:: /img/reactivex/operators/start.png :align: center .. _operator-start_async: .. automethod:: Observable.start_async .. image:: /img/reactivex/operators/startAsync.png :align: center .. _operator-to_async: .. automethod:: Observable.to_async .. image:: /img/reactivex/operators/toAsync.png :align: center