react/packages/scheduler
Dan Abramov e706721490
Update Flow to 0.84 (#17805)
* Update Flow to 0.84

* Fix violations

* Use inexact object syntax in files from fbsource

* Fix warning extraction to use a modern parser

* Codemod inexact objects to new syntax

* Tighten types that can be exact

* Revert unintentional formatting changes from codemod
2020-01-09 14:50:44 +00:00
..
npm Bump Prettier (#17811) 2020-01-09 13:54:11 +00:00
src Update Flow to 0.84 (#17805) 2020-01-09 14:50:44 +00:00
index.js Rename schedule to scheduler (#13683) 2018-09-19 01:26:28 +01:00
package.json update version numbers for 16.12 2019-11-14 16:02:18 -08: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

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.