closeInput static method

int closeInput(
  1. SolutionNativeHandle handle
)

Signal end-of-stream on the root input edge.

Implementation

static int closeInput(SolutionNativeHandle handle) =>
    _invoke(handle, NativeFunctions.solutionCloseInput);