MCPcopy Create free account
hub / github.com/TheHPXProject/hpx / valid

Method valid

libs/core/threading/src/thread.cpp:310–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308 }
309
310 bool valid() const noexcept
311 {
312 return id_ != threads::invalid_thread_id;
313 }
314
315 // cancellation support
316 bool cancelable() const noexcept override

Calls

no outgoing calls