createWorker abstract method

Pointer<Void> createWorker(
  1. Pointer<NativeOptions> options,
  2. Pointer<Pointer<Char>> error
)

Allocates this task's worker object in native memory.

Implementation

Pointer<Void> createWorker(
  Pointer<NativeOptions> options,
  Pointer<Pointer<Char>> error,
);