clients ( -- assoc )


Vocabulary
managed-server

Definition
USING: accessors ;

IN: managed-server

: clients ( -- assoc ) server clients>> ;