mirror of
https://github.com/django/daphne.git
synced 2025-07-13 17:32:17 +03:00
added external link to golang example
This commit is contained in:
parent
814aa64e77
commit
15d29a0230
|
@ -46,7 +46,7 @@ The channels have capacity, so a load of producers can write lots of messages
|
|||
into a channel with no consumers and then a consumer can come along later and
|
||||
will start getting served those queued messages.
|
||||
|
||||
If you've used channels in Go, these are reasonably similar to those. The key
|
||||
If you've used `channels in Go <https://gobyexample.com/channels>`_, these are reasonably similar to those. The key
|
||||
difference is that these channels are network-transparent; the implementations
|
||||
of channels we provide are all accessible across a network to consumers
|
||||
and producers running in different processes or on different machines.
|
||||
|
|
Loading…
Reference in New Issue
Block a user