AsyncProcBuilder

final
class AsyncProcBuilder[T <: Txn[T]](val obj: Proc[T])

An object used in the preparatory phase of playing a process. It allows the addition of asynchronous processors.

class Object
trait Matchable
class Any

Value members

Concrete fields

val obj: Proc[T]
var resources: List[AsyncResource[T]]