Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am tadam on github.
  • I am tadam (https://keybase.io/tadam) on keybase.
  • I have a public key ASB4DSw9ZBGMkrQzjijIclguWkFdzSC8mR5nW4-HWwp2Ywo

To claim this, I am signing this object:

@tadam
tadam / Dummy.pm
Created August 30, 2011 19:48
dummy plack application, uses time distribution for reponse time
package Plack::App::Dummy;
use strict;
use warnings;
use parent qw(Plack::Component);
use Carp qw(croak);
use Coro;
use Coro::AnyEvent;