ThreadedSocketService.addOnRun

The ::run signal is emitted in a worker thread in response to an incoming connection. This thread is dedicated to handling connection and may perform blocking IO. The signal handler need not return until the connection is closed.

class ThreadedSocketService
gulong
addOnRun
(,
ConnectFlags connectFlags = cast(ConnectFlags)0
)

Return Value

Type: gulong

TRUE to stop further signal handlers from being called