Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello, I want to use the 2nd Thread, but do not need to login again, get information from Thread No. 1, how do I act, thanks.
@phamtracanh
@tet-vivi thank you.
@nabil Yes I did that, but I need to start the next account, and so I will have a thread not completed and the next one will not run
@Fox
Use resources, they are meant for distribution of data to multiple threads.
He meant one script per thread.
Each asynchronous function started, starts in separate thread. So in that example you will have 2 threads since 2 asynchronous functions will be started, each with its own (different) script.