Package zmq

Class Reaper

All Implemented Interfaces:
Closeable, AutoCloseable, IPollEvents

final class Reaper extends ZObject implements IPollEvents, Closeable
  • Field Details

    • mailbox

      private final Mailbox mailbox
    • mailboxHandle

      private final Poller.Handle mailboxHandle
    • poller

      private final Poller poller
    • socketsReaping

      private int socketsReaping
    • terminating

      private final AtomicBoolean terminating
    • name

      private final String name
  • Constructor Details

    • Reaper

      Reaper(Ctx ctx, int tid)
  • Method Details