-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Deferred input pipelines #15206
Copy link
Copy link
Closed
Labels
Issue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bugResolution-DeclinedThe proposed feature is declined.The proposed feature is declined.WG-Languageparser, language semanticsparser, language semantics
Metadata
Metadata
Assignees
Labels
Issue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bugResolution-DeclinedThe proposed feature is declined.The proposed feature is declined.WG-Languageparser, language semanticsparser, language semantics
Aside from the requests for a
$PSIndex, index-variable in foreach pairing:#14732#15153#14724#13772It would also be nice if we could have parallel input streams
This:
Causes currently an error:
Instead it could possibly create a kind of a "deferred pipeline object" and each time the object is used/invoked it processes and returns the next item in the deferred pipeline (until it is empty where it returns an
AutomationNull)Wishful thinking:
More specific: