Searched refs:threadpool_options (Results 1 – 1 of 1) sorted by relevance
1047 def __init__(self, nworkers, daemon=False, **threadpool_options): argument1056 **threadpool_options)1150 threadpool_options=None, request_queue_size=None): argument1154 if threadpool_options is None:1155 threadpool_options = {}1157 **threadpool_options)1169 threadpool_options=None, request_queue_size=5): argument1309 threadpool_options=threadpool_options,1352 threadpool_options = {}1355 threadpool_options[name[len('threadpool_'):]] = value[all …]