Class Cf_gadget.tx


class [['a, 'b, 'c]] tx : ('a, 'b, 'c) wire -> object .. end
The class of transmitter objects.
Inherits
method put : 'a -> ('b, 'c, unit) t
Use tx#put obj to schedule the message obj for deliver on the associated wire.