1POE::Queue::Array(3)  User Contributed Perl Documentation POE::Queue::Array(3)
2
3
4

NAME

6       POE::Queue::Array - a high-performance array-based priority queue
7

SYNOPSIS

9       See POE::Queue.
10

DESCRIPTION

12       This class is an implementation of the abstract POE::Queue interface.
13       As such, its documentation may be found in POE::Queue.
14
15       POE::Queue::Array implements a priority queue using Perl arrays,
16       splice, and copious application of cleverness.
17
18       Despite its name, POE::Queue::Array may be used as a stand-alone
19       priority queue without the rest of POE.
20

SEE ALSO

22       POE, POE::Queue
23

BUGS

25       None currently known.
26

AUTHORS & COPYRIGHTS

28       Please see POE for more information about authors, contributors, and
29       POE's licensing.
30
31
32
33perl v5.30.0                      2019-07-26              POE::Queue::Array(3)
Impressum