Function HTTPRequest.useThreads
If true
, multithreading is used to improve performance.
bool useThreads() nothrow @property @nogc;
void useThreads
(
bool v
) nothrow @property @nogc;
If true
, multithreading is used to improve performance.
bool useThreads() nothrow @property @nogc;
void useThreads
(
bool v
) nothrow @property @nogc;