End mid loop() @ sensor input, how?

If you study the code in Several Things at a Time you will see that each function runs very briefly and returns to loop() so the next one can be called. And there may be dozens of calls to a function before it is actually time for it to do anything.

...R