get

log.Receiver.get(block=True)

Get something from the pipeline.

Parameters

Name Type Description Default
block bool If set to True, it will wait until it receives something. True
Back to top