Fill in the holes in hz.erl docs and make hz_fetcher.erl

This commit is contained in:
2026-05-13 19:48:49 +09:00
parent 9fd8dbd1a6
commit eaccd50764
2 changed files with 70 additions and 5 deletions
+8
View File
@@ -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>").