TNonblockingServer.taskPool

The task pool to use for processing requests. If null, no additional threads are used and request are processed »inline«.

Can safely be set even when the server is already running.

  1. TaskPool taskPool()
    class TNonblockingServer
    @property
    TaskPool
    taskPool
    ()
  2. void taskPool(TaskPool pool)

Meta