Class Cf_gadget.tx

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