KMM-Firebase-Messaging icon indicating copy to clipboard operation
KMM-Firebase-Messaging copied to clipboard

what are the supported Dispatchers in iosMain

Open aplha98 opened this issue 10 months ago • 0 comments

I can see that io,default,main are available then main source set why Default, thanks anyway

internal class IosDispatcher: Dispatcher {
    override val io: CoroutineDispatcher
        get() = Dispatchers.Default
}

aplha98 avatar Aug 21 '23 08:08 aplha98