[det]bind(+Elem,
+EventType, -Event, :Goal)
[det]bind_async(+Elem,
+EventType, -Event, :Goal)Bind EventType on Elem to call Goal. If Event
appears in Goal is is bound to the current event.
The bind_async/4
variation runs the event handler on a new Prolog
engine using Prolog.forEach()
. This implies that the
handler runs asynchronously and all its solutions are enumerated.
- Compatibility
- bind_async/5 is a SWI-Prolog extension to
the Tau library
[det]bind(+Elem,
+EventType, -Event, :Goal)
[det]bind_async(+Elem,
+EventType, -Event, :Goal)Bind EventType on Elem to call Goal. If Event
appears in Goal is is bound to the current event.
The bind_async/4
variation runs the event handler on a new Prolog
engine using Prolog.forEach()
. This implies that the
handler runs asynchronously and all its solutions are enumerated.
- Compatibility
- bind_async/5 is a SWI-Prolog extension to
the Tau library