Commit 44fb3bf
Explicitly wake the main loop when scheduling a React revision merge
Summary:
Changelog: [IOS][FIXED] Add an explicit wake up call to the main loop hen scheduling a React revision merge
I could be possible that on idle screens the run loop is asleep, so without an explicit wake up call, the scheduled merges aren't processed.
This diff adds an explicit wake call when a merge is scheduled.
Differential Revision: D1086103471 parent c211822 commit 44fb3bf
1 file changed
Lines changed: 10 additions & 2 deletions
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
349 | 349 | | |
350 | 350 | | |
351 | 351 | | |
352 | | - | |
353 | | - | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
354 | 362 | | |
355 | 363 | | |
356 | 364 | | |
| |||
0 commit comments