If I called waitUntil(callback()) in a loop just say loop length is 100, so does that mean the...?
If I called waitUntil(callback()) in a loop just say loop length is 100, so does that mean the callback() function will run in a multiple thread or in a single thread? or waituntil will use a different instance for each time?
0 Replies