Functions

Link copied to clipboard
abstract fun post(newValue: T)

Updates the value of this Postable

Link copied to clipboard
abstract suspend fun set(newValue: T)

Updates the value of this Postable in a suspended manner.