The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Zing::Scheduler - Scheme Launcher

ABSTRACT

Default Scheme Launcher

SYNOPSIS

  use Zing::Scheduler;

  my $scheduler = Zing::Scheduler->new;

  # $scheduler->execute;

DESCRIPTION

This package provides a local (node-specific, not cluster-wide) launcher process which is a type of worker process which loads, instantiates, and executes "schemes".

INHERITS

This package inherits behaviors from:

Zing::Launcher

LIBRARIES

This package uses type constraints from:

Zing::Types

METHODS

This package implements the following methods:

queues

  queues() : ArrayRef[Str]

The queues method executes something which triggers something else.

queues example #1
  # given: synopsis

  my $queues = $scheduler->queues;

AUTHOR

Al Newkirk, awncorp@cpan.org

LICENSE

Copyright (C) 2011-2019, Al Newkirk, et al.

This is free software; you can redistribute it and/or modify it under the terms of the The Apache License, Version 2.0, as elucidated in the "license file".

PROJECT

Wiki

Project

Initiatives

Milestones

Contributing

Issues