File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -89,17 +89,6 @@ a time.
89
89
90
90
= head1 Utility methods
91
91
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
-
103
92
= head2 method Channel
104
93
105
94
method Channel(Supply:D:) returns Channel:D
@@ -128,12 +117,6 @@ or quit before a value arrived.
128
117
Closes the given tap, this is, calls its C < close > callback (if any), and
129
118
prevents it from getting any more values flowing through the supply.
130
119
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
-
137
120
= head2 method live
138
121
139
122
method live(Supply:D:) returns Bool:D
You can’t perform that action at this time.
0 commit comments