blob: fc32f90722731382a13795adeb55edb2c4a9097a [file] [log] [blame]
/*
* Copyright 2016-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
*/
package kotlinx.coroutines.experimental.timeunit
/**
* Time unit type alias for writing multiplatform code.
*/
@Suppress("ACTUAL_WITHOUT_EXPECT")
public actual typealias TimeUnit = java.util.concurrent.TimeUnit