Skip to content

Commit

Permalink
Minor change [ci skip]
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
  • Loading branch information
pditommaso committed Jul 30, 2024
1 parent 71c4184 commit b64a7a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/channel.md
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,10 @@ This feature requires the `nextflow.preview.topic` feature flag to be enabled.
A *topic channel* is a queue channel that can receive values from many source channels *implicitly* based on a matching *topic name*.
:::{tip}
You can think about it as a channel that is shared across many different process using the same *topic name*.
:::
A process output can be assigned to a topic using the `topic` option on an output, for example:
```groovy
Expand Down

0 comments on commit b64a7a6

Please sign in to comment.