ReadOptions.useThreads
bool useThreads() @property nothrowGet useThreads property.
Returns
Whether to use the global CPU thread pool.
void useThreads(bool propval) @property nothrowSet useThreads property.
Parameters
propval | Whether to use the global CPU thread pool. |