LayoutThreadPoolConfigurationImpl

open class LayoutThreadPoolConfigurationImpl @JvmOverloads constructor(val corePoolSize: Int, val maxPoolSize: Int, val threadPriority: Int = ComponentsConfiguration.DEFAULT_BACKGROUND_THREAD_PRIORITY, val layoutThreadInitializer: Runnable? = null) : LayoutThreadPoolConfiguration

Configures a thread pool used for layout calculations.

Constructors

Link copied to clipboard
constructor(corePoolSize: Int, maxPoolSize: Int, threadPriority: Int = ComponentsConfiguration.DEFAULT_BACKGROUND_THREAD_PRIORITY, layoutThreadInitializer: Runnable? = null)

Properties

Link copied to clipboard
open override val corePoolSize: Int
Link copied to clipboard
open override val layoutThreadInitializer: Runnable? = null

Called and set for each new thread immediately after creation

Link copied to clipboard
open override val maxPoolSize: Int
Link copied to clipboard
open override val threadPriority: Int