does anyone know how i can create a queue in kotli...
# random
j
does anyone know how i can create a queue in kotlin multiplatform for ios? I am trying to do something like this and i keep getting a generic error and not sure what its complaining about
Copy code
dispatch_queue_create("background.queue", dispatch_queue_serial_t())
not sure if there is a kmm channel here
m
#kotlin-native 🙂
And #multiplatform