blob: f3bd99a43a8cf1d47118b47c3f4d0d58f34d9dde [file] [log] [blame]
/*
* Copyright 2016-2021 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()