Skip to content
Snippets Groups Projects
  • Tim Emiola's avatar
    9558460b
    Adds a #run_till_terminated func to RpcServer · 9558460b
    Tim Emiola authored
    - adds signal handling to RpcServer
    - ensures that very little behaviour occurs in the signal handling context
    - adds #run_till_terminated that launches a server in a thread and then handles
      signals that can be used to stop it.
    9558460b
    History
    Adds a #run_till_terminated func to RpcServer
    Tim Emiola authored
    - adds signal handling to RpcServer
    - ensures that very little behaviour occurs in the signal handling context
    - adds #run_till_terminated that launches a server in a thread and then handles
      signals that can be used to stop it.