Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stream producers #713

Closed
wants to merge 111 commits into from
Closed

Stream producers #713

wants to merge 111 commits into from

Conversation

mairas
Copy link
Collaborator

@mairas mairas commented Jul 25, 2024

Implement ValueProducers that read individual characters or lines from an existing stream.

mairas and others added 27 commits June 1, 2024 16:58
Unsupported since v1...
Use native ESP-IDF logging
This make connect_to and O(N) operation with respect to the
number of existing observers, but the call order of the observers
is now the same as the insertion order. Also, adding new observers
usually happens in the setup stage of program execution, in which
the added performance penalty is not relevant.
Throttle limits the update rate of its input.
This might break some transforms.
@mairas
Copy link
Collaborator Author

mairas commented Jul 25, 2024

Wrong target branch.

@mairas mairas closed this Jul 25, 2024
@mairas mairas deleted the stream_producers branch August 2, 2024 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant