MCPcopy Create free account
hub / github.com/Ipotrick/Daxa / set_value

Method set_value

src/cpp_wrapper.cpp:865–870  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

863 }
864
865 void TimelineSemaphore::set_value(u64 value)
866 {
867 check_result(
868 daxa_timeline_semaphore_set_value(r_cast<daxa_TimelineSemaphore>(this->object), value),
869 "failed to set timeline value");
870 }
871
872 auto TimelineSemaphore::wait_for_value(u64 value, u64 timeout_nanos) -> bool
873 {

Callers

nothing calls this directly

Calls 2

check_resultFunction · 0.85

Tested by

no test coverage detected