| Mvalve documentation | view source | Contained in the Mvalve distribution. |
Mvalve::Throttler - Throttler Role
package MyThrottler;
use Moose;
with 'Mvalve::Throttler';
no Moose;
sub try_push {}
sub interval {}
sub max_items {}
| Mvalve documentation | view source | Contained in the Mvalve distribution. |