Class Cf_state_gadget.tx


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