Synopsis has this code snippet: ``` perl $consumer->consume( sub { my $id = shift; print "processed $id\n"; } ); ``` This does not match description of consume() later in the pod, where it says consume callback receives `($consumer, $id, ...)`.
Synopsis has this code snippet:
This does not match description of consume() later in the pod, where it says consume callback receives
($consumer, $id, ...).