Class Cf_gadget.rx


class [['a, 'b, 'c]] rx : ('a, 'b, 'c) wire -> object .. end
The class of receiver objects.
Inherits
method get : ('a -> ('b, 'c, unit) t) -> ('b, 'c, unit) guard
Use rx#get f to produce a guard that receives a message on the associated wire by applying the function f to it.