()
| 119 | } |
| 120 | |
| 121 | func (device *Device) GetInboundElement() *QueueInboundElement { |
| 122 | return device.pool.inboundElements.Get().(*QueueInboundElement) |
| 123 | } |
| 124 | |
| 125 | func (device *Device) PutInboundElement(elem *QueueInboundElement) { |
| 126 | elem.clearPointers() |
no test coverage detected