🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@reactive-js/react-scheduler

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reactive-js/react-scheduler

A set of Schedulers that schedule work on React's internal priority scheduler.

0.0.37
latest
Source
npm
Version published
Weekly downloads
7
-82.93%
Maintainers
1
Weekly downloads
 
Created
Source

@reactive-js/react-scheduler

A set of Schedulers that schedule work on React's internal priority scheduler.

Installation

via npm

npm install @reactive-js/react-scheduler

via yarn

yarn add @reactive-js/react-scheduler

Usage

import { idlePriority } from "@reactive-js/react-scheduler";

const disposable = idlePriority.schedule(continuation);

Documentation

API documentation is available here.

Keywords

asynchronous

FAQs

Package last updated on 21 Apr 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts