object Process
- Alphabetic
- By Inheritance
- Process
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
class
Handle
extends Runnable
A handle on a thread that will run a process.
-
class
Par
extends PROC
Semantic parallel composition of processes
-
case class
ParException
(throwables: Seq[Throwable]) extends Throwable with Product with Serializable
A
ParException
is thrown when one or more components of a running parallel composition terminate with non-Stopped
exceptions:throwables(i)
is theThrowable
thrown by the runningprocs(i)
-- ornull
when it terminated cleanly. - type ProcessBody = () ⇒ Unit
-
class
Simple
extends PROC
An elementary process
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
SKIP: PROC
Runnable this process does nothing.
Runnable this process does nothing. It is syntactically a (left) unit for
||
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def exit(code: Int): Unit
- def exit(): Unit
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
genName: String
Generate a new process name
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
val
handleThrowable: (String, Throwable) ⇒ Unit
This is invoked to handle exceptional non-
Stopped
termination of a component of a running parallel composite process.This is invoked to handle exceptional non-
Stopped
termination of a component of a running parallel composite process. Usually its value is a procedure that prints a stack backtrace on the console. -
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
val
stopped: Stopped
Thrown when
stop
is invoked.Thrown when
stop
is invoked. The stack backtrace is meaningless. -
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )