ThreadedSocketService.this

this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.
this(int maxThreads)

Creates a new #GThreadedSocketService with no listeners. Listeners must be added with one of the #GSocketListener "add" methods.

Parameters

maxThreadsthe maximal number of threads to execute concurrently handling incoming clients, -1 means no limit

Returns

a new #GSocketService.