blob: 0e239a42f7d8ecf9b4e999a89233b9de3d104d45 [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
public actual abstract class CloseableCoroutineDispatcher actual constructor() : CoroutineDispatcher() {
public actual abstract fun close()
}