executePendingJobs method

void executePendingJobs()

Implementation

void executePendingJobs() {
  _ffi.runJobs(_handle, nullptr);
}