Skip to main content

Python function

get_blocking

get_blocking()

max.interfaces.get_blocking(pull_queue)

source

Get the next item from the queue.

If no item is available, this method will spin until one is.

Parameters:

pull_queue (MAXPullQueue[PullItemType])

Return type:

PullItemType