Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SchedulerPostTask: Reuse original TaskController (facebook#27595)
## Summary It's not clear to me why we currently create a new TaskController in `runTask` – ultimately, we use the same signal and priority from the original created in `unstable_scheduleCallback` ## How did you test this change? ``` yarn test SchedulerPostTask ```
- Loading branch information