Skip to content

enqueue

Enqueues a function to run after the current batch.

import { enqueue } from '@reaxium/core';
function enqueue(fn: () => void): void
NameTypeDescription
fn() => voidFunction to enqueue.