How do i use http client?
I heard u can run a let of threads with that...
Can someone give me like an example script?
Cuz that looks really hard .-.
Thanks!
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.