ThreadedSocketService

constructor(maxThreads: Int)

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

Return

a new #GSocketService.

Since

2.22

Parameters

maxThreads

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


constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)