I noticed that 2 threads running over the build in task scheduler only use around 100 MB of ram on my server. This seems to be very low, so I wonder if the tasks are running remotely on some BAS Server or on my own?
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.