blob: fc32f90722731382a13795adeb55edb2c4a9097a [file] [log] [blame]
Roman Elizarova7db8ec2017-12-21 22:45:12 +03001/*
Roman Elizarov1f74a2d2018-06-29 19:19:45 +03002 * Copyright 2016-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
Roman Elizarova7db8ec2017-12-21 22:45:12 +03003 */
4
Roman Elizarovaa461cf2018-04-11 13:20:29 +03005package kotlinx.coroutines.experimental.timeunit
Roman Elizarove1c0b652017-12-01 14:02:57 +03006
Roman Elizarovaa461cf2018-04-11 13:20:29 +03007/**
8 * Time unit type alias for writing multiplatform code.
9 */
10@Suppress("ACTUAL_WITHOUT_EXPECT")
11public actual typealias TimeUnit = java.util.concurrent.TimeUnit