toggle menu
korge-root
5.1.0
darwin
switch theme
search in API
korge-foundation
/
korlibs.datastructure.concurrent
/
ConcurrentDeque
Concurrent
Deque
darwin
class
ConcurrentDeque
<
T
:
Any
>
Members
Constructors
Concurrent
Deque
Link copied to clipboard
darwin
constructor
(
)
Properties
size
Link copied to clipboard
darwin
val
size
:
Int
Functions
add
Link copied to clipboard
darwin
fun
add
(
item
:
T
)
consume
Link copied to clipboard
darwin
fun
consume
(
)
:
T
?