Return the amount of time (in milliseconds) a thread remains idle before being shut down when there are more than min threads started.

Synopsis

Declared in <bdlmt_threadpool.h>

int
maxIdleTime() const;

Return Value

the configured maximum idle time in milliseconds

Created with MrDocs