Package-level declarations

Types

Link copied to clipboard
open class Adapter<Controller>(controller: Controller, val scope: CoroutineScope = CoroutineScope(Dispatchers.Main)) : Component
Link copied to clipboard
actual class AtomicInt(value: Int)
expect class AtomicInt(value: Int)
actual class AtomicInt(value: Int)
actual class AtomicInt(value: Int)
actual class AtomicInt(value: Int)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
sealed class ControllerEvent
Link copied to clipboard
expect sealed interface ControllerEventObserver
actual interface ControllerEventObserver
actual interface ControllerEventObserver
actual interface ControllerEventObserver
Link copied to clipboard
class CreateSlot<T>(dependencyModule: DependencyModule = Feature) : ReadWriteProperty<Any, T?>
Link copied to clipboard
Link copied to clipboard
object Dispatch
Link copied to clipboard
class DispatchGroup(coroutineDispatcher: CoroutineDispatcher)
Link copied to clipboard
Link copied to clipboard
object Platform
Link copied to clipboard
Link copied to clipboard
actual class WeakRef<T>(referred: T)
expect class WeakRef<T>(referred: T)
actual class WeakRef<T>(referred: T)
actual class WeakRef<T>(referred: T)
actual class WeakRef<T>(referred: T)

Properties

Link copied to clipboard
actual val Dispatchers.Async: CoroutineDispatcher
expect val Dispatchers.Async: CoroutineDispatcher
actual val Dispatchers.Async: CoroutineDispatcher
actual val Dispatchers.Async: CoroutineDispatcher
actual val Dispatchers.Async: CoroutineDispatcher
Link copied to clipboard
val asyncQueue: NSObject?
Link copied to clipboard
val Dispatch.CPUQueue: dispatch_queue_global_t
Link copied to clipboard
val Dispatch.IOQueue: dispatch_queue_global_t
Link copied to clipboard
val json: Json
Link copied to clipboard
val Dispatch.MainQueue: dispatch_queue_global_t

Functions

Link copied to clipboard
inline fun <T> fromJson(string: String): T
Link copied to clipboard
inline fun <T> toJson(data: T): String
Link copied to clipboard
fun CoroutineDispatcher.toQueue(): dispatch_queue_global_t