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

Method get_id

lib_fiber/cpp/src/fiber.cpp:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53unsigned int fiber::get_id() const
54{
55 return f_ ? acl_fiber_id(f_) : 0;
56}
57
58unsigned int fiber::self()
59{

Callers 10

show_nodes_treeMethod · 0.45
show_slave_treeMethod · 0.45
show_slave_nodesMethod · 0.45
add_slaveMethod · 0.45
find_nodeMethod · 0.45
copy_allMethod · 0.45
runMethod · 0.45
get_masters_infoMethod · 0.45
show_nodesMethod · 0.45
get_node_idMethod · 0.45

Calls 1

acl_fiber_idFunction · 0.50

Tested by

no test coverage detected