Start_item in sequence

In reply to cgales:
Hi Cagles
finish_item() will be blocked until item_done() being executed?
please correct me if i am wrong
by the way, when should use get() followed by put() execution flow?
it seems that using get_next_item() followed by item_done() can do what get() followed by put() do.
thanks