MCPcopy Create free account
hub / github.com/acl-dev/acl / killed

Method killed

lib_fiber/cpp/src/fiber.cpp:287–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285}
286
287bool fiber::killed() const
288{
289 if (f_ != NULL) {
290 return acl_fiber_killed(f_) != 0;
291 }
292 acl_msg_error("%s(%d), %s: f_ NULL", __FILE__, __LINE__, __FUNCTION__);
293 return true;
294}
295
296bool fiber::self_killed()
297{

Callers 1

connect_oneMethod · 0.80

Calls 2

acl_msg_errorFunction · 0.85
acl_fiber_killedFunction · 0.50

Tested by

no test coverage detected