• Places
    • Home
    • Graphs
    • Prefixes
  • Admin
    • Users
    • Settings
    • Plugins
    • Statistics
  • Repository
    • Load local file
    • Load from HTTP
    • Load from library
    • Remove triples
    • Clear repository
  • Query
    • YASGUI SPARQL Editor
    • Simple Form
  • Help
    • Documentation
    • Tutorial
    • Roadmap
    • HTTP Services
  • Login

/usr/lib/swi-prolog/xpce/prolog/lib/pce.pl
AllApplicationManualNameSummaryHelp

  • prolog
    • lib
      • pce.pl
        • locate_clauses/2
        • pce_thread/1
        • in_pce_thread_sync/1
      • swi_compatibility.pl -- XPCE Compatibility layer
      • pce_dispatch.pl -- Run XPCE in a separate thread
      • swi_hooks.pl -- Hook XPCE based graphics tools into IDE
      • pce_debug.pl
      • pce_meta.pl -- Reflection support for XPCE
      • pce_util.pl
      • swi_help.pl -- XPCE-based graphical frontend for online help
      • persistent_frame.pl -- Save/restore layout of XPCE windows
      • pce_config.pl -- XPCE congifuration database
      • swi_preferences.pl -- Edit preferences files
      • pce_tick_box.pl
      • pce_emacs.pl -- PceEmacs toplevel
      • pce_manual.pl -- Start XPCE manual
      • portray_object.pl -- Create Human readable XPCE object descriptions
      • pce_help_file.pl
      • gui_tracer.pl -- Graphical debugger utilities
      • swi_ide.pl -- SWI-Prolog IDE controller
      • pce_image.pl
      • toolbar.pl
      • help_message.pl
      • imageops.pl
      • pce_report.pl
      • tabular.pl
      • prolog_predicate.pl
      • pce_arm.pl
      • pce_template.pl
      • tabbed_window.pl
      • hyper.pl
      • pce_main.pl
      • pce_xref.pl -- Cross-referencer front-end
      • pce_toc.pl
      • pce_unclip.pl
      • pce_tagged_connection.pl
      • dragdrop.pl
      • pce_prolog_xref.pl
      • print_graphics.pl
      • pce_shell.pl
      • autowin.pl
 in_pce_thread_sync(:Goal) is semidet
Same as in_pce_thread/1, but wait for Goal to be completed. Success depends on the success of executing Goal. If Goal throws an exception, this exception is re-thrown by in_pce_thread/1.

Possible bindings of Goal are returned, but be aware that the term has been copied. If in_pce_thread_sync/1 is called in the thread running pce, it behaves as once/1.

ClioPatria (version V3.1.1-51-ga0b30a5)