Gearman::ResponseParser(3pm) | User Contributed Perl Documentation | Gearman::ResponseParser(3pm) |
Gearman::ResponseParser - gearmand abstract response parser implementation
Gearman::ResponseParser is an abstract base class.
See: Gearman::ResponseParser::Taskset
Subclasses should call this first, then add their own data in underscore members
return source. The source is object/socket
subclasses should override this
subclasses should override this
don't override: FUTURE OPTIMIZATION: let caller say "you can own this scalarref", and then we can keep it on the initial setting of $self->{data} and avoid copying into our own. overkill for now.
don't override
don't override
$sock is readable, we should sysread it and feed it to parse_data($data)
2018-08-30 | perl v5.26.2 |