setThreadPool

abstract fun setThreadPool(threadPool: ThreadPool)

Set the ThreadPool that should be used by the Server. If set to null (default), the Server creates a ThreadPool implicitly.

Parameters

threadPool

the ThreadPool to be used