Shouldn't be hard to implement each then function to return itself so it would be possible to: ``` when(FirstJob).then(SecondJob).then(ThirdOne); ```
Shouldn't be hard to implement each then function to return itself so it would be possible to: