Cronet_Executor_Execute method

void Cronet_Executor_Execute(
  1. Pointer<Cronet_Executor> self,
  2. Pointer<Cronet_Runnable> command
)

Implementation

void Cronet_Executor_Execute(
  ffi.Pointer<Cronet_Executor> self,
  ffi.Pointer<Cronet_Runnable> command,
) {
  return _Cronet_Executor_Execute(
    self,
    command,
  );
}