mlx_stream_free function

  1. @Native<Int Function(mlx_stream)>(mlx_stream)>()
int mlx_stream_free(
  1. mlx_stream stream
)

Free a stream.

Implementation

@ffi.Native<ffi.Int Function(mlx_stream)>()
external int mlx_stream_free(mlx_stream stream);