Petrus Nguyễn Thái Học
Petrus Nguyễn Thái Học
@nur-shuvo, currently I am quite busy but i will update this ASAP
@all-contributors add hoc081098 code, maintenance, ideas, design, bug
Currently not supported. I only crap data from other website 😃
You can write your own server
# please check my lib https://github.com/hoc081098/FlowExt - https://github.com/hoc081098/FlowExt - https://hoc081098.github.io/FlowExt/docs/latest/-flow-ext/com.hoc081098.flowext/throttle-time.html
Can v1.7 remove it?
related to #3097
# please check my lib https://github.com/hoc081098/FlowExt - https://github.com/hoc081098/FlowExt - https://hoc081098.github.io/FlowExt/docs/latest/-flow-ext/com.hoc081098.flowext/throttle-time.html
I think in this case, `current_thread_scheduler == threadpool2` is expected behavior, current_thread means the thread `on_next` is called in it
My workaround ```kotlin import org.jetbrains.kotlin.gradle.plugin.mpp.Framework import org.jetbrains.kotlin.gradle.tasks.KotlinNativeLink tasks.withType() .matching { it.binary is Framework } .configureEach { doLast { val kSwiftGeneratedDir = destinationDirectory.get() .dir("${binary.baseName}Swift") .asFile val kSwiftPodSourceDir = buildDir .resolve("cocoapods") .resolve("framework")...