From 613e8778e9f6a1107d7563a60574f557a71c6e4c Mon Sep 17 00:00:00 2001 From: Nathan Lasseter Date: Fri, 28 Jan 2011 22:32:34 +0000 Subject: Added tests, fixed state --- README.textile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.textile') diff --git a/README.textile b/README.textile index 42f05f3..8af6e41 100644 --- a/README.textile +++ b/README.textile @@ -18,6 +18,11 @@ h2. Request calls: * make_request/1 takes a balancer and returns the response from the server. * make_request/2 takes a balancer and an argument and returns the response from the server. +h2. The function: + +p. The function must take two lists, some arguments and some state. +p. It must return a tuple of {Return value, new state}. + h2. Info p. The balancer round robins requests between erlang processes. -- cgit v1.2.1