Lines Matching full:parsers
17 TAP::Parser::Multiplexer - Multiplex multiple TAP::Parsers
40 C<TAP::Parser::Multiplexer> gathers input from multiple TAP::Parsers.
41 Internally it calls select on the input file handles for those parsers
63 $self->{avid} = []; # Parsers that can't select
103 =head3 C<parsers>
105 my $count = $mux->parsers;
107 Returns the number of parsers. Parsers are removed from the multiplexer
112 sub parsers {
126 # Drain all the non-selectable parsers first
167 When all parsers are exhausted an empty list will be returned.
178 # All parsers finished