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
- beginBatch for starting a batch
- batch for a convenient wrapper