Tagged Questions

0
votes
1answer
79 views

Method chaining and the finishing problem

are there any approaches, given a statement like the following First().Second(); to know from within First() whether/when Second() has executed? Reference: ...