MCPcopy Create free account
hub / github.com/bshoshany/thread-pool / wait_deadlock

Method wait_deadlock

include/BS_thread_pool.hpp:776–776  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

774struct [[nodiscard]] wait_deadlock : public std::runtime_error
775{
776 wait_deadlock() : std::runtime_error("BS::wait_deadlock") {};
777};
778#endif
779

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected