StdHandlerPool

Undocumented in source.

Constructors

this
this(Duration timeout)
Undocumented in source.

Members

Functions

add
void add(TKey key, TValue value, bool long_lived)
Undocumented in source.
contains
bool contains(TKey key)
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
get
ActiveHandler* get(TKey key)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(TKey key)
Undocumented in source.
setResponse
void setResponse(ResponseHandler.Response!TKey resp)
Undocumented in source. Be warned that the author may not have intended to support it.
size
ulong size()
Undocumented in source. Be warned that the author may not have intended to support it.
tick
void tick()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handlers
ActiveHandler[TKey] handlers;
Undocumented in source.
timeout
Duration timeout;
Undocumented in source.

Meta