Skip to content

Commit c1f517a

Browse files
ay8sAdlai-Holler
authored andcommitted
Correct Synchronous Concurrency Talk Link (facebookarchive#698)
Fixes facebookarchive#697.
1 parent 0dc7002 commit c1f517a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_docs/synchronous-concurrency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ By setting this property to YES, the main thread will be blocked until display h
1212

1313
Using this option does not eliminate all of the performance advantages of Texture. Normally, a given node has been preloading and is almost done when it reaches the screen, so the blocking time is very short. Even if the rangeTuningParameters are set to 0 this option outperforms UIKit. While the main thread is waiting, all subnode display executes concurrently, thus synchronous concurrency.
1414

15-
See the <a href="goo.gl/KJijuX">NSSpain 2015 talk video</a> for a visual walkthrough of this behavior.
15+
See the <a href="https://goo.gl/KJijuX">NSSpain 2015 talk video</a> for a visual walkthrough of this behavior.
1616

1717
<div class = "highlight-group">
1818
<span class="language-toggle"><a data-lang="swift" class="swiftButton">Swift</a><a data-lang="objective-c" class = "active objcButton">Objective-C</a></span>

0 commit comments

Comments
 (0)