class Tap
Subscription to a Supply
1 | Methods |
1.1 | method close |
2 | Type Graph |
A Tap is a subscription to a Supply.
my = Supplier.new;my = .Supply.on-close().tap(-> ,done => ,quit => -> ,);# later.close;
Methods
method close
method close(Tap:)
Closes the tap.