threaded_once(Goal)
Prove Goal
asynchronously using a new thread. Only the first solution for the goal is found. The argument can be a message sending. This call always succeeds. The result (success, failure, or exception) is sent back to the thread of the object containing the call (this).
threaded_once(+callable)
instantiation_error
type_error(callable, Goal)
Goal
asynchronously in a new thread:threaded_once(Goal)
threaded_once(::Message)
threaded_once(Object::Message)