threaded(Conjunction)
Proves each goal in a conjunction of goals in its own thread. The argument can also be a conjunction of messages, either to self or to an explicit object. A call to this predicate blocks until all individual threads terminate. This predicate is transparent to cuts and exceptions.
threaded(+callable)
instantiation_error
instantiation_error
type_error(callable, Conjunction)
type_error(callable, Goal)
threaded((Goal, Goals))
threaded(::(Message, Messages))
threaded(Object::(Message, Messages))