Skip to content

Commit 402d4d4

Browse files
committed
Remove taps/tappers
1 parent 51383a7 commit 402d4d4

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

doc/Type/Supply.pod

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -89,17 +89,6 @@ a time.
8989
9090
=head1 Utility methods
9191
92-
=head2 method taps
93-
94-
method taps(Supply:D:) returns Int:D
95-
96-
Returns the number of taps.
97-
98-
my $s = Supply.new;
99-
say $s.taps; # 0
100-
$s.tap(&sqrt);
101-
say $s.taps; # 1
102-
10392
=head2 method Channel
10493
10594
method Channel(Supply:D:) returns Channel:D
@@ -128,12 +117,6 @@ or quit before a value arrived.
128117
Closes the given tap, this is, calls its C<close> callback (if any), and
129118
prevents it from getting any more values flowing through the supply.
130119
131-
=head2 method tappers
132-
133-
method tappers(Supply:D:) returns List:D
134-
135-
Returns a list of taps as L<Tap|/type/Tap> objects.
136-
137120
=head2 method live
138121
139122
method live(Supply:D:) returns Bool:D

0 commit comments

Comments
 (0)