Process
Attributes
- Source
- Process.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Abstract methods
Fiber blocks until the process exits, then returns the exit value. If the process has already exited then the exit value is available immediately.
Fiber blocks until the process exits, then returns the exit value. If the process has already exited then the exit value is available immediately.
Attributes
- Source
- Process.scala
Attributes
- Source
- Process.scala
A Stream
that reads from stderr
of the process. This stream should be compiled at most once, and interrupting or otherwise canceling a read-in-progress may kill the process.
A Stream
that reads from stderr
of the process. This stream should be compiled at most once, and interrupting or otherwise canceling a read-in-progress may kill the process.
Attributes
- Source
- Process.scala
A Pipe
that writes to stdin
of the process. The resulting stream should be compiled at most once, and interrupting or otherwise canceling a write-in-progress may kill the process.
A Pipe
that writes to stdin
of the process. The resulting stream should be compiled at most once, and interrupting or otherwise canceling a write-in-progress may kill the process.
Attributes
- Source
- Process.scala
A Stream
that reads from stdout
of the process. This stream should be compiled at most once, and interrupting or otherwise canceling a read-in-progress may kill the process.
A Stream
that reads from stdout
of the process. This stream should be compiled at most once, and interrupting or otherwise canceling a read-in-progress may kill the process.
Attributes
- Source
- Process.scala