[sublayer array] insertSublayer:above: atomic if superLayer stays the same?
- by mahal tertin
Setting:
* two threads
* one moves layers inside sublayer-array with insertSublayer:above:
* the other accesses superlayer of the moved layer at the very same time
Question:
* is superlayer of the moved layer nil in any moment of insertSublayer:above: or below:?