all repos — wsabi @ a7da3efc1b09d7391af3df752d37f68850a7f299

websocket proxy that sends stats to statsd

src/wsabipkg/utils.nim (view raw)

 1
 2
 3
 4
 5
 6
type
  EKeyboardInterrupt* = object of Exception

proc handleCtrlC*() {.noconv.} =
  raise newException(EKeyboardInterrupt, "Keyboard Interrupt")