Skip to main content

Function: endBatch()

endBatch(): void

Defined in: packages/ffi/src/batch.ts:44

Ends the current batch and executes all queued FFI calls.

Must be paired with a preceding beginBatch call.

Returns

void

See