CL-GSERVER.ROUTER
make-router &KEY &KEY STRATEGY ROUTEES → result
&KEY
:
a
T
STRATEGY
:
a
T
ROUTEES
:
a
T
result
: a T.
Default constructor of router. Built-in strategies: `:random'. Specify your own strategy by providing a function that takes a `fixnum' as parameter and returns a `fixnum' that represents the index of the routee to choose. Specify `routees' if you know them upfront.