toggle menu
few
jvm
switch theme
search in API
api
/
com.few.api.config.properties
Package-level
declarations
Types
Types
Api
Thread
Pool
Properties
Link copied to clipboard
data
class
ApiThreadPoolProperties
(
var
corePoolSize
:
Int
?
=
null
,
var
maxPoolSize
:
Int
?
=
null
,
var
queueCapacity
:
Int
?
=
null
,
var
waitForTasksToCompleteOnShutdown
:
Boolean
?
=
null
,
var
awaitTerminationSeconds
:
Int
?
=
null
)