Commit 0cdb59f
Explicitly wake the main loop when scheduling a React revision merge (#57245)
Summary:
Pull Request resolved: #57245
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.
Reviewed By: rubennorte
Differential Revision: D108610347
fbshipit-source-id: 5ea02237b2152072b49a29482617fabbee34259f1 parent 6fa3306 commit 0cdb59f
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