Did you know ... Search Documentation:
Title for wiki(tags)

Pages tagged "cleanup"

4 matches from Reference Manual
Reference Manual
 
4.3 Loading Prolog source files
at_halt/1Register Goal to be run from PL_cleanup(), which is called when the system halts.Source
4.14 Database
retractall/1All facts or clauses in the database for which the head unifies with Head are removed.
4.8 Meta-Call Predicates
setup_call_cleanup/3Calls (once(Setup), Goal).Source
10.1 Creating and destroying Prolog threads
thread_at_exit/1Run Goal just before releasing the thread resources.Source