MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / request

Method request

modules/engine/runtime/src/io/ram/ram_service.cpp:86–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

UpdateMethod · 0.45

Calls 2

enqueueBatchMethod · 0.45
add_requestMethod · 0.45

Tested by

no test coverage detected