react-native icon indicating copy to clipboard operation
react-native copied to clipboard

Pass the RuntimeScheduler to the TimerManager

Open cipolleschi opened this issue 1 year ago • 2 comments

Summary: To implement idleCallbacks, we need the concept of priorities, tasks and timeout.

Runtime Scheduler offers all of them, so, as a first step, we want to pass the scheduler to the TimerManager.

Changelog

[iOS][Added] - Pass the RuntimeScheduler to the TimerManager

Differential Revision: D56471829

cipolleschi avatar Apr 23 '24 17:04 cipolleschi

This pull request was exported from Phabricator. Differential Revision: D56471829

facebook-github-bot avatar Apr 23 '24 17:04 facebook-github-bot

Platform Engine Arch Size (bytes) Diff
android hermes arm64-v8a 19,410,828 +1
android hermes armeabi-v7a n/a --
android hermes x86 n/a --
android hermes x86_64 n/a --
android jsc arm64-v8a 22,784,270 -4
android jsc armeabi-v7a n/a --
android jsc x86 n/a --
android jsc x86_64 n/a --

Base commit: ff094d80d0217d674562d5c0e886f3d8e548fb1a Branch: main

analysis-bot avatar Apr 23 '24 17:04 analysis-bot

abandoned internally

cipolleschi avatar Jun 14 '24 09:06 cipolleschi