Open rzvc opened 1 year ago
Hello,
Is it possible to tell if an executor is a strand? I would like to use an assertion, which verifies that an IO object's executor is actually a strand.
assert( is_strand(obj.get_executor()) ); // What would is_strand() look like?
Cheers.
Hello,
Is it possible to tell if an executor is a strand? I would like to use an assertion, which verifies that an IO object's executor is actually a strand.
Cheers.