Package-level declarations

Types

Link copied to clipboard
object CSHandler

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun Handler.send(function: Fun)
fun Handler.send(after: Int = 0, function: () -> Unit): Boolean
fun Handler.send(after: Long, function: () -> Unit)
fun Handler.send(after: Duration, function: () -> Unit): Boolean