Async Rd Property
class AsyncRdProperty<T>(val valueSerializer: ISerializer<T> = Polymorphic()) : IMutableAsyncProperty<T> , IRdBindable, IPrintable, IRdWireable
Content copied to clipboard
Constructors
Link copied to clipboard
fun <T> AsyncRdProperty(defaultValue: T, valueSerializer: ISerializer<T> = Polymorphic())
Content copied to clipboard
Link copied to clipboard
Types
Functions
Link copied to clipboard
Creates a clone of this IRdBindable not bound to any protocol
Link copied to clipboard
Assigns IDs to this node and its child nodes in the graph.
Link copied to clipboard
open override fun onWireReceived(buffer: AbstractBuffer, dispatchHelper: IRdWireableDispatchHelper)
Content copied to clipboard
Callback that wire triggers when it receives messaged
Link copied to clipboard
open override fun preBind( lifetime: Lifetime, parent: IRdDynamic, name: String)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard