Difference between get() and get_next_item()?

In reply to kurts:

Hi Kurt,

Could you clarify this : both get and get_next_item can send responses back to sequence. Correct?

Diff is get_next_item requires the code to add item_done.

There is no difference in terms of “blocking” - such as “trying to get” vs “actually get”…
Correct?