NAME
App::Koyomi::DataSource::Semaphore - Abstract datasource class for semaphore entity
SYNOPSIS
use parent qw(App::Koyomi::DataSource::Semaphore);
# Your implementation goes below
sub instance { ... }
DESCRIPTION
Abstract datasource class for koyomi semaphore entity.
METHODS
- instance
-
Construct datasource object. Probably it's singleton.
SEE ALSO
AUTHORS
YASUTAKE Kiyoshi <yasutake.kiyoshi@gmail.com>
LICENSE
Copyright (C) 2015 YASUTAKE Kiyoshi.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. That means either (a) the GNU General Public License or (b) the Artistic License.