Join Slack
Powered by
I’m implementing FIFO Queue in Kotlin/Native, and ...
# touchlab-tools
p
Peter Kucera
07/28/2020, 10:15 AM
I’m implementing FIFO Queue in Kotlin/Native, and I need to add elements to back and front of the queue. Is there some thread safe collection that allows this in Kotlin/Native? In Kotlin/JVM I would use e.g. ConcurrentLinkedDeque.
r
russhwolf
07/28/2020, 1:16 PM
Try
IsoArrayDeque
from stately-iso-collections
👏 1
10
Views
Open in Slack
Previous
Next