Package: @effect/atom-react
Module: RegistryContext
Schedules Atom registry work with React’s scheduler at low priority and returns a cancellation function for the scheduled task.
Signature
declare const scheduleTask: (f: () => void) => () => void
Since v4.0.0