react/packages/scheduler
Brian Vaughn 12adaffef7 Remove scheduler sampling profiler shared array buffer (#20840)
No one has been using this data so there's no reason to collect it. Event log has been maintained and tests have been updated.
2021-03-22 20:01:35 +00:00
..
npm Add postTask browser scheduler implementation (#19479) 2020-07-29 15:27:59 -04:00
src Remove scheduler sampling profiler shared array buffer (#20840) 2021-03-22 20:01:35 +00:00
index.js Rename schedule to scheduler (#13683) 2018-09-19 01:26:28 +01:00
package.json Bump versions for 17 2020-10-20 21:33:44 +01:00
README.md Rename schedule to scheduler (#13683) 2018-09-19 01:26:28 +01:00
tracing.js Rename schedule to scheduler (#13683) 2018-09-19 01:26:28 +01:00
unstable_mock.js Prefix mock Scheduler APIs with _unstable (#15999) 2019-06-26 12:16:08 -07:00
unstable_post_task.js [Scheduler] Call postTask directly (#19551) 2020-08-12 08:39:47 -05:00

scheduler

This is a package for cooperative scheduling in a browser environment. It is currently used internally by React, but we plan to make it more generic.

The public API for this package is not yet finalized.

Thanks

The React team thanks Anton Podviaznikov for donating the scheduler package name.