MODULE ASYNCHRONOUS FUNCTION CALL

Support
  • 15fb89e0-9e9a-4144-9b3b-8c55ca240a47-image.png

    ASYNCHRONOUS module is used to work with asynchronous functions. Asynchronous functions are special action functions that run independently of the main work of your script, in parallel with it, and which can be suspended midway through execution. The call of ordinary functions is accompanied by the strict execution of the entire chain of actions and the return of the result.

    In the case of an asynchronous function, you can run it in parallel without interfering with the work of the main function and receive the results of execution while passing through the automation script. For example, if you need to work with two sites at the same time: the first site monitors the arrival of a code from an email message or collects any information necessary for another site, and the second site waits for this letter to be received or waits until the necessary information is written to the variable.

    More information in telegram chat @bas_english