Commit e499bd8
Explicitly wake the main loop when scheduling a React revision merge (#57245)
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 e499bd8
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