• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
      • Io
      • Defttag
      • Sys-call
      • Save-exec
      • Quicklisp
      • Std/io
      • Oslib
      • Bridge
        • Json-encoding
        • Security
        • Command
        • In-main-thread
        • Message
        • Start
        • Bindings
        • Stop
          • Try-in-main-thread
        • Clex
        • Tshell
        • Unsound-eval
        • Hacker
        • ACL2s-interface
        • Startup-banner
        • Command-line
      • Hardware-verification
      • Software-verification
      • Math
      • Testing-utilities
    • Bridge

    Stop

    Stop any running ACL2 Bridge servers.

    This is a low-level cleanup mechanism that ungracefully kills any bridge-listener and bridge-worker threads. This isn't something you probably want to ordinarily rely on in your code, but it's useful when you want to restart a server.

    Definitions and Theorems

    Function: stop

    (defun stop nil
      (declare (xargs :guard t))
      (cw "Under-the-hood definition of bridge::stop not installed?"))