Skip to content

Little tool to handle Processes. When you call runProcess(command, environment, workingDirectory), it returns a ScopedProcess object, which contains a Java Process, that you can use, but more importantly it contains stdin, stdout, and stderr in ZStream form. You can read and write from them (careful not to block, though)

Notifications You must be signed in to change notification settings

andreum/zprocess-resource

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

zprocess-resource

This is a little tool to handle Processes.

When you call runProcess(command, environment, workingDirectory), it returns a ScopedProcess object, which contains a Java Process, that you can use, but (more importantly) it contains stdin, stdout, and stderr in ZStream form.

You can read and write from them (be careful not to block, though)

About

Little tool to handle Processes. When you call runProcess(command, environment, workingDirectory), it returns a ScopedProcess object, which contains a Java Process, that you can use, but more importantly it contains stdin, stdout, and stderr in ZStream form. You can read and write from them (careful not to block, though)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages