case classPending[S, A](msg: String, op: (S) ⇒ A, result: A) extends ThreadState with Product with Serializable
A thread has invoked an operation described by msg, corresponding
to operation op on the sequential object; this operation has not
yet been linearized.
Linear Supertypes
Serializable, Serializable, Product, Equals, ThreadState, AnyRef, Any
A thread has invoked an operation described by msg, corresponding to operation op on the sequential object; this operation has not yet been linearized.