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

Method is_ready

modules/engine/runtime/src/io/io.cpp:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include "common/processors.hpp"
3
4bool skr_io_future_t::is_ready() const SKR_NOEXCEPT
5{
6 return get_status() == SKR_IO_STAGE_COMPLETED;
7}
8bool skr_io_future_t::is_enqueued() const SKR_NOEXCEPT
9{
10 return get_status() == SKR_IO_STAGE_ENQUEUED;

Callers 4

ensureRAMRequestsMethod · 0.45
UpdateMethod · 0.45
create_test_sceneFunction · 0.45
main.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected