Skip to content

Instantly share code, notes, and snippets.

@EricDw
Last active November 22, 2018 04:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EricDw/9425177621b0133c4f96573e4f5ae4f9 to your computer and use it in GitHub Desktop.
Save EricDw/9425177621b0133c4f96573e4f5ae4f9 to your computer and use it in GitHub Desktop.
Added an output channel.
class PipelineBuilder<I, O>(
actorScope: ActorScope<I>,
outputChannel: Channel<O>
) : ActorScope<I> by actorScope {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment