Skip to main content

Module ext

Module ext 

Source
Expand description

Wrapper types for Selector that allow for customizing polling behavior.

Structsยง

WithExt
Borrowed Stream that will poll the inner Selector and pass the extensions to the inner tasks.
WithExtAndId
Borrowed Stream that will poll the inner Selector, pass the extensions the inner tasks, and attach the origin task Id to every item.
WithId
Borrowed Stream that will poll the inner Selector and attach the origin task Id to every item.