You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nadeem Mohammad edited this page Aug 26, 2016
·
5 revisions
While migrating your Database from one version to future version, there would be set of migration tasks, which would normally executes sequentially, taking up lots of time. in an attempt to decrease the execution time, you would decide to run those tasks in parallel, However you have to consider some sort of order, based on it parallel execution would happen. This library would help you do that in a very easy way. Refer this example for more detail.
Some installation process may find this library very useful.
Anywhere there is a workflow concept
Anywhere, there is a concept of set of dependent tasks which should be run in parallel, you would find this library very useful.