11.3 Engine predicate reference
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Coroutining using Prolog engines
Engine predicate reference
engine_create/3
engine_create/4
engine_destroy/1
engine_next/2
engine_next_reified/2
engine_post/2
engine_post/3
engine_yield/1
engine_fetch/1
engine_self/1
is_engine/1
current_engine/1
Packages
Availability:
built-in
[det]
engine_post
(
+Engine, +Term
)
Make
Term
available to
engine_fetch/1
inside the
Engine
. This call must be followed by a call to
engine_next/2
and the engine must call
engine_fetch/1
.