yield more aggressively during flatten
This commit is contained in:
parent
3a1e10e4e8
commit
c3d1efc07d
|
|
@ -402,6 +402,7 @@ r_apply_attribs(PandaNode *node, const AccumulatedAttribs &attribs,
|
|||
PandaNode *child_node = node->get_child(i);
|
||||
r_apply_attribs(child_node, next_attribs, attrib_types, transformer);
|
||||
}
|
||||
Thread::consider_yield();
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue