()
| 1446 | } |
| 1447 | |
| 1448 | func (apfl *AsyncPagesFileLoad) canEnqueue() bool { |
| 1449 | return apfl.qavail > 0 |
| 1450 | } |
| 1451 | |
| 1452 | // Preconditions: apfl.canEnqueue() == true. |
| 1453 | func (apfl *AsyncPagesFileLoad) enqueueCurOp() { |
no outgoing calls
no test coverage detected