blob: cac0530e4e65d669ae831571f7c831013db3be89 [file] [log] [blame]
/*
* Copyright 2016-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
*/
package kotlinx.coroutines
internal actual inline fun workerMain(block: () -> Unit) = block()