rd-core
2023.2.3
rd-core
/
com.jetbrains.rd.util.threading
/
QueueProcessor
Queue
Processor
@
ExperimentalCoroutinesApi
class
QueueProcessor
<
T
:
Any
>
(
val
lifetime
:
Lifetime
,
process
:
suspend
(
T
)
->
Unit
)
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Queue
Processor
Link copied to clipboard
fun
<
T
:
Any
>
QueueProcessor
(
lifetime
:
Lifetime
,
process
:
suspend
(
T
)
->
Unit
)
Content copied to clipboard
Functions
queue
Link copied to clipboard
fun
queue
(
item
:
T
)
:
Unit
?
Content copied to clipboard
Properties
lifetime
Link copied to clipboard
val
lifetime
:
Lifetime
Content copied to clipboard