With 1.3.60 that’s rather simple - as now it’s pos...
# kotlin-native
o
With 1.3.60 that’s rather simple - as now it’s possible to schedule job to any context - just send notification when job is done. Another approach is sketched in https://github.com/JetBrains/kotlin-native/blob/9bda64b6904be4b79879ad248f15f22937a78426/backend.native/tests/runtime/workers/worker11.kt#L32 and uses timed polling on multiple futures.