1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-13 01:02:28 +08:00

docs: add doc for channel.go

This commit is contained in:
dudaodong
2022-04-24 10:17:34 +08:00
parent 3ab05154aa
commit abadeec007
2 changed files with 393 additions and 3 deletions

View File

@@ -65,7 +65,7 @@ func main() {
### <span id="Bridge">Bridge</span>
<p>Link multiple channels into one channel.</p>
<p>Link multiple channels into one channel until cancel the context.</p>
<b>Signature:</b>
@@ -114,7 +114,7 @@ func main() {
### <span id="FanIn">FanIn</span>
<p>merge multiple channels into one channel.</p>
<p>merge multiple channels into one channel until cancel the context.</p>
<b>Signature:</b>
@@ -277,7 +277,7 @@ func main() {
### <span id="OrDone">OrDone</span>
<p>Read a channel into one channel, will close until cancel context.</p>
<p>Read a channel into another channel, will close until cancel context.</p>
<b>Signature:</b>