Skip to content

Designing an environment which consumes and re-exposes a stream #7322

Answered by adamgfraser
ScalaSci asked this question in Q&A
Discussion options

You must be logged in to vote

A channel is just a description, so it is fine to "run" a channel multiple times though to the extent running the channel has changed external state (e.g. taking an element from a queue) then that external state may be different the next time the channel is run and may cause running the channel a second time to produce a different result.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@ScalaSci
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by ScalaSci
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants