Instead of blocking the caller when they call run()
allow there to be a new api run_iter() that will yield
back the engine state transitions while running. This
allows for a engine user to do alternate work while an
engine is running (and come back to yield on there own
time).
Implements blueprint iterable-execution
Change-Id: Ibb48c6c5618c97c59a6ab170dab5233ed47e5554