An implementation of Http1Transport which uses D's standard library parallelization, where each incoming client request is turned into a task and submitted to the standard task pool.
Creates a new transport instance using a std.parallelism TaskPool for handling requests.
An implementation of Http1Transport which uses D's standard library parallelization, where each incoming client request is turned into a task and submitted to the standard task pool.