@upendra.manike/rn-perf-async-tasks
v0.1.1
Published
JSI worker pool and async task orchestration for heavy RN jobs.
Maintainers
Readme
@rn-perf/async-tasks
Blocking JS thread with JSON parsing/computation.
Install
npm install @rn-perf/async-tasksUsage
import { scheduleBackgroundTask } from '@rn-perf/async-tasks';
await scheduleBackgroundTask('parsePayload', () => heavyParse(payload));Why it matters
- Blocking JS thread with JSON parsing/computation.
- Designed for React Native 0.72+
- Ships with CJS/ESM/TS types for AI tooling
