Просмотр исходного кода

Refer to the tcp_reverse example for full gen_server

Loïc Hoguin 8 лет назад
Родитель
Сommit
dff4ea04dc
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      doc/src/guide/protocols.asciidoc

+ 2 - 0
doc/src/guide/protocols.asciidoc

@@ -95,3 +95,5 @@ init({Ref, Socket, Transport, _Opts = []}) ->
 
 %% Other gen_server callbacks here.
 ----
+
+Check the `tcp_reverse` example for a complete example.