-
Notifications
You must be signed in to change notification settings - Fork 24
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
Feature Request: Read process interleaved with stream assignment #61
Comments
I don't think I follow. What do the timestamps refer to here? The first time some data was available on that stream? |
Well, that's up for debate I guess, but Google Cloud Functions for example uses a timestamp for each line (terminated by |
Personally I'd say that kind of thing belongs in a higher level library and that |
I agree with @tomjaguarpaw's assessment. |
Ok, but even for a version without timestamps, but tags where each chunk came from? ( ExitSuccess,
[ Stdout "Hello World!"
, Stderr "ERROR: World not available"
]
) |
Yes, even for that. How about this: you write something that does that, use it happily in production for a year, and then come back here with a PR saying "this is rock solid in production and really useful, would you like to incorporate it?". Then we're more likely to add it to the library. |
It would be cool to have a function a la
which would results in something like this:
The text was updated successfully, but these errors were encountered: