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 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
22 POE, POE::Queue
23
25 None currently known.
26
28 Please see POE for more information about authors, contributors, and
29 POE's licensing.
30
31
32
33perl v5.34.0 2021-07-22 POE::Queue::Array(3)