Fill in the holes in hz.erl docs and make hz_fetcher.erl
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
%%% @private
|
||||
%%% Hakuzaru Request Fetcher
|
||||
%%%
|
||||
%%% This module defines the request workers.
|
||||
%%% Each request to a remote chain node is handled by a worker that is spawned
|
||||
%%% to handle it and terminates on completion.
|
||||
%%% @end
|
||||
|
||||
-module(hz_fetcher).
|
||||
-vsn("0.9.1").
|
||||
-author("Craig Everett <ceverett@tsuriai.jp>").
|
||||
|
||||
Reference in New Issue
Block a user