Sometimes you need to wait on external resources, before the action flow can continue. This can take some time. Creating a new thread to call such a resource (while having the original thread continue with the action flow) would be a good solution to this problem.
Sometimes you need to wait on external resources, before the action flow can continue. This can take some time. Creating a new thread to call such a resource (while having the original thread continue with the action flow) would be a good solution to this problem.