Package-level declarations

Types

Link copied to clipboard
class HandlerThreadExecutor(name: String, priority: Int) : Executor

Helper class that wraps a Handler/HandlerThread combination and implements the Executor interface

Link copied to clipboard
class MultiThrowable(val throwables: Iterable<Throwable>) : Exception

Exception that wraps multiple exceptions.

Link copied to clipboard

Functions

Link copied to clipboard
fun MultiException(vararg throwables: Throwable): MultiThrowable