Finally implement the "sticky" chain node #9

Merged
zxq9 merged 3 commits from designated-hitter into master 2025-10-29 15:50:10 +09:00
Showing only changes of commit 7252ecd40b - Show all commits

View File

@ -21,7 +21,7 @@
timeout/0, timeout/1]).
%% The whole point of this module:
-export([request_sticky/1, request_sticky/2,request/1, request/2]).
-export([request_sticky/1, request_sticky/2, request/1, request/2]).
%% gen_server goo
-export([start_link/0]).