rd-core
Toggle table of contents
2025.2.2-beta1
jvm
Platform filter
jvm
Switch theme
Search in API
rd-core
rd-core
/
com.jetbrains.rd.util.threading
/
QueueProcessor
Queue
Processor
@
ExperimentalCoroutinesApi
class
QueueProcessor
<
T
:
Any
>
(
val
lifetime
:
Lifetime
,
process
:
suspend
(
T
)
->
Unit
)
Members
Constructors
Queue
Processor
Link copied to clipboard
constructor
(
lifetime
:
Lifetime
,
process
:
suspend
(
T
)
->
Unit
)
Properties
lifetime
Link copied to clipboard
val
lifetime
:
Lifetime
Functions
queue
Link copied to clipboard
fun
queue
(
item
:
T
)
:
Unit
?