EventLoopImpl.kill

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool kill(AsyncDirectoryWatcher ctxt)
  2. bool kill(AsyncTCPConnection ctxt, bool forced)
    struct EventLoopImpl
    package nothrow
    bool
    kill
    (
    AsyncTCPConnection ctxt
    ,
    bool forced = false
    )
  3. bool kill(AsyncTCPListener ctxt)
  4. bool kill(AsyncSignal ctxt)
  5. bool kill(AsyncNotifier ctxt)
  6. bool kill(AsyncTimer ctxt)
  7. bool kill(AsyncUDPSocket ctxt)

Meta