Uses of Interface
zmq.IMailbox
-
Packages that use IMailbox Package Description zmq Provides low-level bindings for ØMQ. -
-
Uses of IMailbox in zmq
Classes in zmq that implement IMailbox Modifier and Type Class Description class
Mailbox
class
MailboxSafe
Fields in zmq declared as IMailbox Modifier and Type Field Description private IMailbox
SocketBase. mailbox
private IMailbox[]
Ctx. slots
Methods in zmq that return IMailbox Modifier and Type Method Description (package private) IMailbox
SocketBase. getMailbox()
-