1POE::Queue::Array(3) User Contributed Perl Documentation POE::Queue::Array(3)
2
3
4
6 POE::Queue::Array - a high-performance array-based priority queue
7
9 See POE::Queue.
10
12 This class is an implementation of the abstract POE::Queue interface.
13 It implement the priority queue using Perl arrays, splice, and a copi‐
14 ous application of cleverness.
15
16 Please see the POE::Queue documentation, which explains this one's
17 functions, features, and behavior.
18
20 POE, POE::Queue
21
23 None known.
24
26 Please see POE for more information about authors, contributors, and
27 POE's licensing.
28
29
30
31perl v5.8.8 2006-09-01 POE::Queue::Array(3)