threaded_engine_return(Answer)
Returns an answer independent of the solutions of the engine goal. Fails if not called from within an engine. This predicate is usually used when the engine goal is call to a recursive predicate processing terms from the engine message queue.
Note that this predicate should not be called as the last element of a conjunction resulting in an engine goal solution as, in this case, an answer will always be returned. For example, instead of (threaded_engine_return(ready); member(X,[1,2,3]))
use (X=ready; member(X,[1,2,3]))
.
threaded_engine_return(@term)
(none)
ready
as an engine answer:threaded_engine_return(ready)