# Generated by roxygen2: do not edit by hand

S3method(close,processx_connection)
S3method(close_named_pipe,unix_named_pipe)
S3method(close_named_pipe,windows_named_pipe)
S3method(is_pipe_open,unix_named_pipe)
S3method(is_pipe_open,windows_named_pipe)
S3method(write_lines_named_pipe,unix_named_pipe)
S3method(write_lines_named_pipe,windows_named_pipe)
export(poll)
export(process)
export(run)
importFrom(R6,R6Class)
importFrom(assertthat,"on_failure<-")
importFrom(assertthat,assert_that)
importFrom(crayon,red)
importFrom(utils,head)
importFrom(utils,tail)
useDynLib(processx, .registration = TRUE, .fixes = "c_")
