abstract class AvalancheMQ::VHost::SPQueue
- AvalancheMQ::VHost::SPQueue
- Reference
- Object
Included Modules
- Comparable(AvalancheMQ::VHost::SPQueue)
Direct Known Subclasses
- AvalancheMQ::VHost::SPReadyQueue
- AvalancheMQ::VHost::SPUnackQueue
- AvalancheMQ::VHost::SPUnsortedReadyQueue
Defined in:
avalanchemq/vhost/spqueue.crConstructors
- .new(ready : Queue::SortedReadyQueue)
- .new(ready : Queue::ReadyQueue)
- .new(unack : Queue::UnackQueue)
Instance Method Summary
- #<=>(other : self)
- #empty? : Bool
- #lock : Nil
- #peek : SegmentPosition
- #shift : SegmentPosition
- #unlock : Nil