Group
Extension

Matches 2

PSGI ( M/MI/MIYAGAWA/PSGI-1.102.tar.gz, MIYAGAWA, 2013; MetaCPAN )
PSGI/PSGI.pod ( view source; MetaCPAN )
pe', 'application/json' ]]);

          wait_for_events(sub {
              my $new_event = shift;
              if ($new_event) {
                  $writer->write($new_event->as_json . "\n");
       
PSGI ( M/MI/MIYAGAWA/PSGI-1.102.tar.gz, MIYAGAWA, 2013; MetaCPAN )
PSGI/PSGI/FAQ.pod ( view source; MetaCPAN )
   my $message = shift;
              my $body = [ $message->to_json ];
              $respond->([200, ['Content-Type', 'application/json'], $body]);
          });
      };
  };

C<wait_for_new_messag
 my $message = shift;
              if ($message) {
                  $writer->write($message->to_json);
              } else {
                  $writer->close;
              }
          });
      };

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.