NAME
Evo::Way - A way, a queue of stations
VERSION
version 0.012
SYNOPSIS
use Evo::Manager;
my $mngr = Evo::Manager->new;
my $way = $mngr->build_way;
$way->add(sub { })->add(sub { });
my $station = $way->get(0);
DESCRIPTION
Evo::Way
is a subclass of Railway::Way
ATTRIBUTES
curry
A function that decorates a station
METHODS
get
Get a station and clean it to free a memory
add
Add a station, wrapped by the "curry"
AUTHOR
alexbyk.com
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 by alexbyk.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.