when more than 10 threads starts to lag all pc , i have a very powerfull one
but its still laging if i give more than 10 threads , different programs with different code levels but same lags when 10-15 >
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.