| 84 | } |
| 85 | |
| 86 | void RAMService::request(IOBatchId batch) SKR_NOEXCEPT |
| 87 | { |
| 88 | runner.enqueueBatch(batch); |
| 89 | if (awake_at_request) |
| 90 | { |
| 91 | runner.awake(); |
| 92 | } |
| 93 | } |
| 94 | |
| 95 | RAMIOBufferId RAMService::request(IORequestId request, skr_io_future_t* future, SkrAsyncServicePriority priority) SKR_NOEXCEPT |
| 96 | { |
no test coverage detected