gio.threaded_socket_service

Module for ThreadedSocketService class

Members

Classes

ThreadedSocketService
class ThreadedSocketService

A gio.threaded_socket_service.ThreadedSocketService is a simple subclass of gio.socket_service.SocketService that handles incoming connections by creating a worker thread and dispatching the connection to it by emitting the gio.threaded_socket_service.ThreadedSocketService.run in the new thread.

ThreadedSocketServiceGidBuilder
class ThreadedSocketServiceGidBuilder

Fluent builder for gio.threaded_socket_service.ThreadedSocketService

ThreadedSocketServiceGidBuilderImpl
class ThreadedSocketServiceGidBuilderImpl(T)

Fluent builder implementation template for gio.threaded_socket_service.ThreadedSocketService