init() -> ok
insert(Key, Value) -> ok
Key = term()
Value = [term()]
lookup(Key) -> WorkersList
WorkersList = [term()]
Generated by EDoc