diff options
author | Alex Auvolat <alex@adnab.me> | 2018-11-06 15:03:22 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2018-11-06 15:03:22 +0100 |
commit | 2973cf99c5b677c71717d916f83212bc2e6b36dc (patch) | |
tree | 8651b326786c62fc4e0bc438a625a13bf5df1844 /shard/lib/net/tcpserver.ex | |
parent | c4f6cbab20b0b1d08755073d93365e5bd00dc755 (diff) | |
download | shard-2973cf99c5b677c71717d916f83212bc2e6b36dc.tar.gz shard-2973cf99c5b677c71717d916f83212bc2e6b36dc.zip |
Document
Diffstat (limited to 'shard/lib/net/tcpserver.ex')
-rw-r--r-- | shard/lib/net/tcpserver.ex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shard/lib/net/tcpserver.ex b/shard/lib/net/tcpserver.ex index d7326ad..827fefa 100644 --- a/shard/lib/net/tcpserver.ex +++ b/shard/lib/net/tcpserver.ex @@ -1,4 +1,8 @@ defmodule SNet.TCPServer do + @moduledoc""" + Process for accepting TCP connections from peers. + """ + require Logger use Task, restart: :permanent |